Skip to content

Latest commit

 

History

History

terraform-init

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

terraform-init

Terraform module for deploying an Azure Storage Account for storing terraform state. For usage, refer to the documentation

Requirements

Name Version
terraform >=1.0
azurerm ~>3.0
random ~>3.0

Providers

No providers.

Modules

Name Source Version
state_storage ./modules/state-storage n/a

Resources

No resources.

Inputs

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

Outputs

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