Terraform Test Command
https://developer.hashicorp.com/terraform/cli/commands/test
No modules.
| Name |
Description |
Type |
Default |
Required |
| additional_regions |
A map of additional Azure regions where Virtual Hubs will be deployed, with each key as the region code and value as the region-specific address space. |
map(string) |
n/a |
yes |
| location |
Specifies the Azure region where the resources will be deployed (e.g., 'East US'). |
string |
n/a |
yes |
| name |
Defines the base name to be used for the created resources, helping standardize naming conventions. |
string |
n/a |
yes |
| primary_address_space |
Specifies the primary IP address prefix (CIDR format) to assign to the primary Virtual Hub. |
string |
n/a |
yes |
| resource_group_name |
Specifies the name of the resource group in which to create the resources. |
string |
n/a |
yes |