state

dodevops/state/azure

Terraform Module HCL AZURE

Highly opinionated Terraform State management for Azure

Install
module "state" {
source = "dodevops/state/azure"
version = "2.0.0"
}
plain text: /constructs/tfmod-dodevops-state-azure/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform state management (for Azure) Introduction This module manages storage for Terraform states and is usually used in the Terraform "state" module as a base for other modules' backend configuration. Usage Instantiate the module by calling it from Terraform like this: ``hcl module "state" { source = "dodevops/state/azure" version = " " } ` Requirements The following requirements are needed by this module: - terraform (>=1.9.0) - azurerm (>=4.0.0) Providers The following providers are used by this module: - azurerm (>=4.0.0) Modules No modules. Resources The following resources are used by this module: - azurerm_storage_account.storage-account (resource) - azurerm_storage_container.storage-container (resource) Required Inputs The following input variables are required: location Descrip

Inputs (6)
NameTypeDescriptionDefault
projectstringThree letter project key required
stagestringName of the stage for this state required
locationstringThe azure location used for azure required
resource_groupstringName of the resource group to use required
tagsmap(any)Map of tags for the resources{}
delete_retention_policynumberDays until soft deleted resources are hard deleted7
Resources (2)
azurerm_storage_accountazurerm_storage_container
Details
FrameworkTerraform Module
LanguageHCL
Version2.0.0
Cloud AZURE
★ Stars0
Forks1
Total downloads5.3k
Inputs6
Resources2
LicenseMIT
Namespacedodevops
Updated