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
> |`environment`| Identifier for the control plane (max 5 characters). | Mandatory | For example, `PROD` for a production environment and `NP` for a nonproduction environment. |
51
-
> |`location`| Azure region in which to deploy. | Required | Use lowercase. |
52
-
> |`codename`| Additional component for naming the resources. | Optional ||
53
-
> |`name_override_file`| Name override file. | Optional | See [Custom naming](naming-module.md). |
54
-
> |`place_delete_lock_on_resources`| Place a delete lock on the key resources. | Optional ||
> |`environment`| Identifier for the control plane (max 5 characters). | Mandatory | For example, `PROD` for a production environment and `NP` for a nonproduction environment. |
51
+
> |`location`| Azure region in which to deploy. | Required | Use lowercase. |
52
+
> |`codename`| Additional component for naming the resources. | Optional ||
53
+
> |`subscription_id`| Azure subscription id for the deployment. | Mandatory | Will be automatically set when using the deployment scripts. |
54
+
> |`name_override_file`| Name override file. | Optional | See [Custom naming](naming-module.md). |
55
+
> |`place_delete_lock_on_resources`| Place a delete lock on the key resources. | Optional ||
56
+
> |`prevent_deletion_if_contains_resources`| Controls resource group deletion. | Optional | If set to `false` Terraform will delete the resource group even if it contains resources. |
55
57
56
58
### Resource group
57
59
@@ -88,18 +90,20 @@ This table shows the networking parameters.
88
90
> |||||
89
91
> |`management_subnet_name`| The name of the subnet | Optional ||
90
92
> |`management_subnet_address_prefix`| The address range for the subnet | Mandatory | For green-field deployments |
91
-
> |`management_subnet_arm_id`| The Azure resource identifier for the subnet | Mandatory | For brown-field deployments |
93
+
> |`management_subnet_arm_id`| The Azure resource identifier for the subnet | Mandatory | For brown-field deployments |
92
94
> |`management_subnet_nsg_name`| The name of the network security group | Optional ||
93
95
> |`management_subnet_nsg_arm_id`| The Azure resource identifier for the network security group | Mandatory | For brown-field deployments |
94
96
> |`management_subnet_nsg_allowed_ips`| Range of allowed IP addresses to add to Azure Firewall | Optional ||
95
97
> |||||
96
-
> |`management_firewall_subnet_arm_id`| The Azure resource identifier for the Azure Firewall subnet | Mandatory | For brown-field deployments |
98
+
> |`firewall_deployment`| Boolean flag that controls if an Azure firewall is to be deployed. | Optional ||
99
+
> |`management_firewall_subnet_arm_id`| The Azure resource identifier for the Azure Firewall subnet | Mandatory | For brown-field deployments |
97
100
> |`management_firewall_subnet_address_prefix`| The address range for the subnet | Mandatory | For green-field deployments |
98
101
> |||||
99
-
> |`management_bastion_subnet_arm_id`| The Azure resource identifier for the Azure Bastion subnet | Mandatory | For brown-field deployments |
102
+
> |`bastion_deployment`| Boolean flag that controls if Azure Bastion host is to be deployed. | Optional ||
103
+
> |`management_bastion_subnet_arm_id`| The Azure resource identifier for the Azure Bastion subnet | Mandatory | For brown-field deployments |
100
104
> |`management_bastion_subnet_address_prefix`| The address range for the subnet | Mandatory | For green-field deployments |
101
105
> |||||
102
-
> |`webapp_subnet_arm_id`| The Azure resource identifier for the web app subnet | Mandatory | For brown-field deployments |
106
+
> |`webapp_subnet_arm_id`| The Azure resource identifier for the web app subnet | Mandatory | For brown-field deployments |
103
107
> |`webapp_subnet_address_prefix`| The address range for the subnet | Mandatory | For green-field deployments |
104
108
> |||||
105
109
> |`use_private_endpoint`| Use private endpoints. | Optional ||
@@ -117,8 +121,8 @@ This table shows the parameters related to the deployer VM.
> |`firewall_deployment`| Boolean flag that controls if an Azure firewall is to be deployed. | Optional ||
196
-
> |`bastion_deployment`| Boolean flag that controls if Azure Bastion host is to be deployed. | Optional ||
197
199
> |`bastion_sku`| SKU for Azure Bastion host to be deployed (Basic/Standard). | Optional ||
198
200
> |`enable_purge_control_for_keyvaults`| Boolean flag that controls if purge control is enabled on the key vault. | Optional | Use only for test deployments. |
199
201
> |`enable_firewall_for_keyvaults_and_storage`| Restrict access to selected subnets. | Optional |
0 commit comments