We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42b4df commit e1fc9cfCopy full SHA for e1fc9cf
1 file changed
terraform/src/optional/remote-storage.tf
@@ -0,0 +1,8 @@
1
+terraform {
2
+ backend "azurerm" {
3
+ resource_group_name = "" # The name of the resource group for remote state storage
4
+ storage_account_name = "" # The name of the storage account for remote state storage
5
+ container_name = "tfstate" # The name of the container for remote state storage
6
+ key = "terraform.tfstate" # The key for the remote state file
7
+ }
8
+}
0 commit comments