You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Continuos Destroy and then Create of azapi_resource diag_settings
The module successfully deploys the Cloud Adoption Framework. However, when doing a plan with no changes to the parameters in the module, we are getting 10 add and 10 destroy of the resource "azapi_resources" "diag_settings".
module.enterprise_scale.azapi_resource.diag_settings["/providers/Microsoft.Management/managementGroups/testtenant-sandboxes"] must be replaced
-/+ resource "azapi_resource" "diag_settings" {
~ id = "/providers/Microsoft.Management/managementGroups/testtenant-sandboxes/providers/Microsoft.Insights/diagnosticSettings/toLA" -> (known after apply)
- location = "global" -> null # forces replacement
name = "toLA"
~ output = jsonencode({}) -> (known after apply)
# (7 unchanged attributes hidden)
}
Plan: 10 to add, 0 to change, 10 to destroy.
Help regarding resolution of this issue will be much appreciated.
The text was updated successfully, but these errors were encountered:
kyogendra08
changed the title
Bug Report : Continuos Destroy and then Create of azapi_resource diag_settings
Bug Report : Continuous Destroy and then Create of azapi_resource diag_settings
May 1, 2024
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Continuos Destroy and then Create of azapi_resource diag_settings
The module successfully deploys the Cloud Adoption Framework. However, when doing a plan with no changes to the parameters in the module, we are getting 10 add and 10 destroy of the resource "azapi_resources" "diag_settings".
module.enterprise_scale.azapi_resource.diag_settings["/providers/Microsoft.Management/managementGroups/testtenant-sandboxes"] must be replaced
-/+ resource "azapi_resource" "diag_settings" {
~ id = "/providers/Microsoft.Management/managementGroups/testtenant-sandboxes/providers/Microsoft.Insights/diagnosticSettings/toLA" -> (known after apply)
- location = "global" -> null # forces replacement
name = "toLA"
~ output = jsonencode({}) -> (known after apply)
# (7 unchanged attributes hidden)
}
Plan: 10 to add, 0 to change, 10 to destroy.
Help regarding resolution of this issue will be much appreciated.
The text was updated successfully, but these errors were encountered: