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. |
45
-
> |`location`| Azure region in which to deploy. | Required | Use lowercase. |
46
-
> |`codename`| Additional component for naming the resources. | Optional ||
47
-
> |`subscription_id`| Azure subscription id for the deployment. | Mandatory | Will be automatically set when using the deployment scripts. |
48
-
> |`name_override_file`| Name override file. | Optional | See [Custom naming](naming-module.md). |
49
-
> |`place_delete_lock_on_resources`| Place a delete lock on the key resources. | Optional ||
50
-
> |`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. |
|`environment`| Identifier for the control plane (maximum of five characters). | Mandatory | For example, `PROD` for a production environment and `NP` for a nonproduction environment. |
44
+
|`location`| Azure region in which to deploy. | Required | Use lowercase. |
45
+
|`codename`| Another component for naming the resources. | Optional ||
46
+
|`name_override_file`| Name override file. | Optional | See [Custom naming](naming-module.md). |
47
+
|`place_delete_lock_on_resources`| Place a delete lock on the key resources. | Optional ||
51
48
52
49
### Resource group
53
50
@@ -73,34 +70,31 @@ The recommended CIDR value for the firewall subnet is /26, which allows 64 IP ad
|`management_network_name`| The name of the virtual network into which the deployer is deployed | Optional | For green-field deployments |
76
+
|`management_network_logical_name`| The logical name of the network (DEV-WEEU-MGMT01-INFRASTRUCTURE) | Required ||
77
+
|`management_network_arm_id`| The Azure resource identifier for the virtual network | Optional | For brown-field deployments |
78
+
|`management_network_address_space`| The address range for the virtual network | Mandatory | For green-field deployments |
79
+
|||||
80
+
|`management_subnet_name`| The name of the subnet | Optional ||
81
+
|`management_subnet_address_prefix`| The address range for the subnet | Mandatory | For green-field deployments |
82
+
|`management_subnet_arm_id`| The Azure resource identifier for the subnet | Mandatory | For brown-field deployments |
83
+
|`management_subnet_nsg_name`| The name of the network security group | Optional ||
84
+
|`management_subnet_nsg_arm_id`| The Azure resource identifier for the network security group | Mandatory | For brown-field deployments |
85
+
|`management_subnet_nsg_allowed_ips`| Range of allowed IP addresses to add to Azure Firewall | Optional ||
86
+
|||||
87
+
|`management_firewall_subnet_arm_id`| The Azure resource identifier for the Azure Firewall subnet | Mandatory | For brown-field deployments |
88
+
|`management_firewall_subnet_address_prefix`| The address range for the subnet | Mandatory | For green-field deployments |
89
+
|||||
90
+
|`management_bastion_subnet_arm_id`| The Azure resource identifier for the Azure Bastion subnet | Mandatory | For brown-field deployments |
91
+
|`management_bastion_subnet_address_prefix`| The address range for the subnet | Mandatory | For green-field deployments |
92
+
|||||
93
+
|`webapp_subnet_arm_id`| The Azure resource identifier for the web app subnet | Mandatory | For brown-field deployments |
94
+
|`webapp_subnet_address_prefix`| The address range for the subnet | Mandatory | For green-field deployments |
95
+
|||||
96
+
|`use_private_endpoint`| Use private endpoints. | Optional ||
97
+
|`use_service_endpoint`| Use service endpoints for subnets. | Optional ||
104
98
105
99
> [!NOTE]
106
100
> When you use an existing subnet for the web app, the subnet must be empty, in the same region as the resource group being deployed, and delegated to Microsoft.Web/serverFarms.
@@ -109,19 +103,18 @@ This table shows the networking parameters.
109
103
110
104
This table shows the parameters related to the deployer VM.
> |`bastion_sku`| SKU for Azure Bastion host to be deployed (Basic/Standard). | Optional ||
189
-
> |`enable_purge_control_for_keyvaults`| Boolean flag that controls if purge control is enabled on the key vault. | Optional | Use only for test deployments. |
190
-
> |`enable_firewall_for_keyvaults_and_storage`| Restrict access to selected subnets. | Optional |
191
-
> |`Agent_IP`| IP address of the agent. | Optional |
192
-
> |`add_Agent_IP`| Controls if Agent IP is added to the key vault and storage account firewalls | Optional |
|`firewall_deployment`| Boolean flag that controls whether Azure Firewall is deployed. | Optional ||
181
+
|`bastion_deployment`| Boolean flag that controls whether Azure Bastion host is deployed. | Optional ||
182
+
|`bastion_sku`| SKU for the Azure Bastion host (Basic/Standard). | Optional ||
183
+
|`enable_purge_control_for_keyvaults`| Boolean flag that controls whether purge control is enabled on the key vault. | Optional | Use only for test deployments. |
184
+
|`enable_firewall_for_keyvaults_and_storage`| Restrict access to selected subnets. | Optional |
185
+
|`Agent_IP`| IP address of the agent. | Optional |
186
+
|`add_Agent_IP`| Controls whether the agent IP is added to the key vault and storage account firewalls. | Optional |
0 commit comments