To provision a 'shared' resource group in Azure.
More information on how to setup your Azure environment for MACH.
When dns_zone_name
is given:
module "shared_infra" {
source = "git::https://github.com/labd/terraform-azure-mach-shared.git"
name_prefix = "mach-we"
region = "westeurope"
dns_zone_name = your-projects-services.net
}
name | required | description |
---|---|---|
region |
* | Which region to create the shared resources in |
name_prefix |
Prefix to be used when naming resources | |
tags |
Tags to apply to the shared resources | |
storage_account_replication_type |
Replication type of the 'components' storage account | |
dns_zone_name |
The custom DNS zone to create | |
certificate_access_object_ids |
Object IDs of all users/groups to should be able to access the certificates |