spring_cloud_service #9346
Labels
bug
service/spring
upstream/microsoft
Indicates that there's an upstream issue blocking this issue/PR
Milestone
This issue was originally opened by @waynejnicklin as hashicorp/terraform#26933. It was migrated here as a result of the provider split. The original body of the issue is below.
module.spring_cloud.azurerm_spring_cloud_service.spring_cloud must be replaced
-/+ resource "azurerm_spring_cloud_service" "spring_cloud" {
...
- network { # forces replacement
- cidr_ranges = [] -> null
}
...
}
The above is appearing in our plan files for spring cloud, which it wasn't doing previously. Nothing has changed in the Terraform code, and it looks like it's not a real change (just changing [] to null). We don't use networking.
The end result is that it will destroy our entire spring cloud service because of this.
Is this a known issue? I'm using Terraform 0.13.2.
Thanks,
Wayne
The text was updated successfully, but these errors were encountered: