state
dodevops/state/azure
Highly opinionated Terraform State management for Azure
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
| Name | Type | Description | Default |
|---|---|---|---|
| project | string | Three letter project key | required |
| stage | string | Name of the stage for this state | required |
| location | string | The azure location used for azure | required |
| resource_group | string | Name of the resource group to use | required |
| tags | map(any) | Map of tags for the resources | {} |
| delete_retention_policy | number | Days until soft deleted resources are hard deleted | 7 |
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Azure Verified Pattern Module for Azure Landing Zone
Terraform Azure Verified Resource Module for Key Vault
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (L