File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33terraform {
44 backend "azurerm" {
5- resource_group_name = " tfstate-rg1 " # Name of the resource group for the storage account
6- storage_account_name = " tfstate0bdc58 " # A globally unique name for the storage account
7- container_name = " tfstate" # Name of the blob container
8- key = " github-demo.tfstate" # Name of the state file
5+ resource_group_name = " tfstate-rg " # Name of the resource group for the storage account
6+ storage_account_name = " storage_account_name " # A globally unique name for the storage account
7+ container_name = " tfstate" # Name of the blob container
8+ key = " github-demo.tfstate" # Name of the state file
99 }
1010}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ set -e # Exit immediately if a command exits with a non-zero status.
77
88# --- Configuration ---
99# You can change these default values if needed.
10- RESOURCE_GROUP_NAME=" tfstate-rg1 "
10+ RESOURCE_GROUP_NAME=" tfstate-rg "
1111LOCATION=" eastus"
1212CONTAINER_NAME=" tfstate"
1313# --- End of Configuration ---
You can’t perform that action at this time.
0 commit comments