-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Azure API Management Virtual Network with Multiple Locations #6642
Comments
hi @sam-cogan , Thanks for opening this issue. This enhancement currently is not supported from service team. You could open an issue to ask for new enhancement in service team https://github.com/Azure/azure-rest-api-specs/issues |
Thanks, I have created an issue for this - Azure/azure-rest-api-specs#9255 |
@yupwei68 , as per comments on the related REST API & provided sample - this already is possible via REST API... using the 'additionallocations' section... see example here - https://docs.microsoft.com/en-us/rest/api/apimanagement/2019-12-01/apimanagementservice/get#apimanagementservicegetmultiregioninternalvnet Can this be accommodated in the TF provider now? |
Sorry about all the commits. The linter is picky 😃 please test this and let me know if it resolves the issue. |
This has been released in version 2.29.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.29.0"
}
# ... other configuration ... |
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! |
Community Note
Terraform (and AzureRM Provider) Version
12.24
2.7.0
Affected Resource(s)
azurerm_api_management
Expected Behavior
It is possible to deploy an instance of APIM in multiple locations using the "additional_location" property. It is also possible to attach an APIM to virtual network, however it seems that Terraform only provides the ability to set a single subnet ID, which does not work where you have multiple locations, as each location will use a different subnet ID. I would expect to have the ability to provide a subnet ID for each location.
Actual Behavior
It does not seem possible to specify a subnet ID for each location
The text was updated successfully, but these errors were encountered: