skip to Main Content

retention_policy terraform is deprecated inside azurerm_monitor_diagnostic_setting how to update it using azurerm_storage_management_policy

retention_policy has been deprecated in favor of azurerm_storage_management_policy resource - to learn more https://aka.ms/diagnostic_settings_log_retention do you know and have some examples how to implement it using the azurerm_storage_management_policy resource? so how to implement this block using: resource "azurerm_monitor_diagnostic_setting" "example" {…

VIEW QUESTION

Azure – Terraform iterating a json file for key value pairs

I have an appconfig.json file which contains the key value details for the azure app config. sample appConfig.json : [ { "contentType": "", "key": "FuncApp:Ihub:Common:D365Api:JobStatusRelativePath", "tags": { }, "value": "/api/connector/jobstatus" }, { "contentType": "application/vnd.microsoft.appconfig.keyvaultref+json;charset=utf-8", "key": "secretName", "label": null, "tags": {…

VIEW QUESTION
Back To Top
Search