Skip to content

Commit

Permalink
497: Update the storage account name for the stg terraform remote state
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Nov 21, 2023
1 parent 603e7e7 commit 45581d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/environments/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
# Use a remote Terraform state in Azure Storage
backend "azurerm" {
resource_group_name = "csels-rsti-stg-moderate-rg"
storage_account_name = "cdcintermediaryterraform"
storage_account_name = "cdcintermediarytrfrmstg"
container_name = "terraform-state"
key = "staging.terraform.tfstate"
}
Expand Down

0 comments on commit 45581d5

Please sign in to comment.