Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring_cloud_service #9346

Closed
ghost opened this issue Nov 16, 2020 · 2 comments · Fixed by #9261
Closed

spring_cloud_service #9346

ghost opened this issue Nov 16, 2020 · 2 comments · Fixed by #9261
Labels
bug service/spring upstream/microsoft Indicates that there's an upstream issue blocking this issue/PR
Milestone

Comments

@ghost
Copy link

ghost commented Nov 16, 2020

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

@ghost
Copy link
Author

ghost commented Nov 27, 2020

This has been released in version 2.38.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example:

provider "azurerm" {
    version = "~> 2.38.0"
}
# ... other configuration ...

@ghost
Copy link
Author

ghost commented Dec 26, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked as resolved and limited conversation to collaborators Dec 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug service/spring upstream/microsoft Indicates that there's an upstream issue blocking this issue/PR
Projects
None yet
1 participant