-
Notifications
You must be signed in to change notification settings - Fork 62
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
apigee module does not map correctly the organization properties #162
Comments
Yes, I think the main problem is with the new That wasn't part of the API initially so it forces a replacement of the whole org. You could try to re-import state but the underlying problem seems to be with the breaking change in the upstream fabric module not with the example here. |
The management API gives us the following response (I've removed the non-relevant parts):
Does this mean that |
I have commented the attribute and now the only reason to update the org is this difference:
|
We are using the v35.0.0 of the apigee module. We have created the organization without properties.
On trying to run again Terraform tries to recreate the entire organization because it has two new properties namely:
I've tried to set them to match as follows:
But even that isn't matched. See part of the trace below.
So I see two problems, some default properties are created and we have no way to setting the properties to match afterwards.
The text was updated successfully, but these errors were encountered: