-
Notifications
You must be signed in to change notification settings - Fork 18
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
anypoint_apim_policy_custom resource : Order of policies can't be defined #93
Comments
@soufi - please take a look at this when you get some free time. Thanks |
Hi @soufi - Thanks so much for any help you can provide on this! |
Hi, |
Thanks for the information @soufi. |
@sabsfdc this issue can be closed. |
I am using anypoint_apim_policy_custom resource to create and apply standard as well as custom policies to Flex Gateway API. However , I have noticed order of policies is random when applied to API.
Event though, 'order' attribute is supposed to be Read Only as per documentation, I have tried to add 'order' attribute while creating policy resources, but I am getting following error -
Error: Value for unconfigurable attribute
│
│ with anypoint_apim_policy_custom.service-callout,
│ on main.tf line 165, in resource "anypoint_apim_policy_custom" "service-callout":
│ 165: order = 4
│
│ Can't configure a value for "order": its value will be decided automatically based on the result of applying this configuration.
I need help how the order of policies can be specified while creating them in TF template.
The text was updated successfully, but these errors were encountered: