-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Terraform state it's not in line with the code when using eval orgs when creating google_apigee_instance #9324
Terraform state it's not in line with the code when using eval orgs when creating google_apigee_instance #9324
Comments
@cosmin-constantin-oprea-db below is what its api doc specifies about the
|
@edwardmedia I already tried that, but you will see that this is not possible: https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/apigee_instance peering_cidr_range - (Optional) The size of the CIDR block range that will be reserved by the instance. Possible values are SLASH_16 and SLASH_20. |
@cosmin-constantin-oprea-db I see what you meant. Let me add the support for |
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. |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
0.13.3
Affected Resource(s)
google_apigee_instance
Terraform Configuration Files
Expected Behavior
When the plan was triggered without any change to the google_apigee_instance resource, nothing should force the replacement of the instance.
Actual Behavior
The resource gets replaced every time when a new plan is triggered without any change to impact the resouce because it gets created by default in SLASH_23 range.
Some debug here:
Steps to Reproduce
Create an apigee instance with eval oraganization, create apigee instance, retry plan as many times as you would want and you'll have the apigee instance recreated.
The text was updated successfully, but these errors were encountered: