Skip to content

erasmolpa/terraform-azure-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Name Version
azurerm ~>3.0

Providers

Name Version
azurerm ~>3.0

Modules

No modules.

Resources

Name Type
azurerm_management_lock.rg_lock resource
azurerm_resource_group.rg_tfstate resource
azurerm_storage_account.sa_tfstate resource
azurerm_storage_container.sc_tfstate resource

Inputs

Name Description Type Default Required
account_replication_type Azure Storage Account Replication Type (defaults to LRS) string "LRS" no
account_tier Azure Storage Account Tier (defaults to Standard) string "Standard" no
create_lock Should an Azure Management Lock being created? bool false no
location n/a string "East US" no
resource_group_name n/a string "tfstategroup" no
storage_account_name n/a string "tfstatesa" no
storage_container_access_type Blob Container Access Type (defaults to private) string "private" no
storage_container_name n/a string "tfstatesc" no
tags A map of Azure tags, assoicated with all created resources map(string)
{
"environment": "test",
"region": "test"
}
no

Outputs

Name Description
blob_container_name Name of the Blob container
primary_access_key Azure Storage Account - Primary access key
primary_blob_connection_string Azure Storage Account - Primary Blob service connection string
primary_connection_string Azure Storage Account - Primary connection string
secondary_access_key Azure Storage Account - Secondary access key
secondary_blob_connection_string Azure Storage Account - Secondary Blob service connection string
secondary_connection_string Azure Storage Account - Secondary connection string
storage_account_name Name of the Azure Storage Account

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published