generated from Azure/terraform-azurerm-avm-template
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Language: Terraform 🌐This is related to the Terraform IaC languageThis is related to the Terraform IaC languageNeeds: Triage 🔍Maintainers need to triage stillMaintainers need to triage stillStatus: Response Overdue 🚩When an issue/PR has not been responded to for X amount of daysWhen an issue/PR has not been responded to for X amount of days
Description
Check for previous/existing GitHub issues
- I have checked for previous/existing GitHub issues
Issue Type?
I'm not sure
(Optional) Module Version
0.3.0
(Optional) Correlation Id
No response
Description
In the apim_definition we can configure the APIM SKU like this:
apim_definition = {
deploy = true
sku_root = local.apim_sku_root
sku_capacity = local.apim_sku_capacity
publisher_email = "DoNotReply@exampleEmail.com"
publisher_name = "Azure API Management"
enable_diagnostic_settings = false
}
If I choose a SKU different than Premium, that does not support zones, the deployment fails because the number of zones is always defined at
| zones = local.region_zones |
Where the zones come from
| region_zones = local.region_zones_lookup != null ? local.region_zones_lookup : [] |
Zones should be a variable in the apim_definition object. Not having this means that even for a Development AI LZ the APIM must be Premium.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Language: Terraform 🌐This is related to the Terraform IaC languageThis is related to the Terraform IaC languageNeeds: Triage 🔍Maintainers need to triage stillMaintainers need to triage stillStatus: Response Overdue 🚩When an issue/PR has not been responded to for X amount of daysWhen an issue/PR has not been responded to for X amount of days
Type
Projects
Status
Needs: Triage