You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
locked and limited conversation to collaborators
Sep 29, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform (and AzureRM Provider) Version
Affected Resource(s)
Terraform Configuration
Expected Behavior
Enable several additional_location on the Apim resource
Actual Behavior
"Error: module.api_management.azurerm_api_management.apim: additional_location: attribute supports 1 item maximum, config has 3 declared"
On the Terraform documentation we can find that additional_location can be one or more blocks :
By searching in the code, I found this :
https://github.com/terraform-providers/terraform-provider-azurerm/blob/master/azurerm/resource_arm_api_management.go#L123
This MaxItems variable should be removed to handle multiple additional_location I think.
The text was updated successfully, but these errors were encountered: