We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 207a7d7 commit cb9ef00Copy full SHA for cb9ef00
Terraform/src/remote-storage.tf
@@ -0,0 +1,8 @@
1
+terraform {
2
+ backend "azurerm" {
3
+ resource_group_name = "RGWorkshopUserName" # The name of the resource group for remote state storage
4
+ storage_account_name = "examplestorageacctworkshop" # 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