terraform-azurerm-caf
terraform-azurerm-caf copied to clipboard
Terraform supermodule for the Terraform platform engineering for Azure
api_management_product api_management_product_policy api_management_product_api api_management_product_group api_management_subscription api_management_group_user api_management_named_value missing on apim submodules
Right now it does not seems to be possible to create multiple mysql vnet rules with different subnets. According to the mysql server module, subnet id is not part of...
## PR Checklist --- - [ ] I have added example(s) inside the [./examples/] folder - [ ] I have added the example(s) to the integration test list for [normal...
## PR Checklist --- - [ ] I have added example(s) inside the [./examples/] folder - [ ] I have added the example(s) to the integration test list for [normal...
- define eventhub_name & eventhub_authorization_rule_id block to re-direct logs. - eventhub can exist in a different landingzone. - matches current log_analytics reuse logic. - Within the resource_id, match the case...
WIP Missing Examples Review Previously existing resources Wait for Purview Merge
We've deployed Azure policies to create DNS records for private endpoints in central Private DNS zones like the builtin "Configure a private DNS Zone ID for blob groupID". This allows...
Hi. I've tried to search terraform example based on events like "lifecycle policy completed","blob created" in the storage account's example folder but didn't find proper sample. Would you please provide...
This request to enhance [azurerm_firewall_policy_rule_collection_group](https://github.com/aztfmod/terraform-azurerm-caf/blob/main/modules/networking/firewall_policy_rule_collection_groups/firewall_policy_rule_collection_groups.tf#L61-L83) so support argument [web_categories](https://registry.terraform.io/providers/hashicorp/azurerm/2.81.0/docs/resources/firewall_policy_rule_collection_group#web_categories) since this is an essential feature of Azure Firewall when creating policies to control site access from Azure. Something like this...
1 line change for each file to ensure source_vm_id/virtual_machine_id is compatible with azurerm_virual_machine. Currently, the azurerm_virtual_machine resource is supported by using os_type="legacy". There are multiple instances where this block has...