Terraform module for deploying an Azure Storage Account for storing terraform state. For usage, refer to the documentation
No providers.
No resources.
Name |
Description |
Type |
Default |
Required |
prefix |
Prefix of the resource name |
string |
"wp10" |
no |
state_env_tag |
Environment tag applied to all created resources |
string |
"dev" |
no |
state_project_tag |
Project tag applied to all created resources |
string |
"wp10" |
no |
state_rg_location |
Location of the resource group |
string |
"westeurope" |
no |
Name |
Description |
resource_group_name |
Name of the created resource group. Value needed for config.azurerm.tfbackend |
state_container_name |
Name of the storage account container used for the terraform state. Value needed for config.azurerm.tfbackend |
state_storage_account_name |
Name of the storage account used for terraform state backend. Value needed for config.azurerm.tfbackend |