diff --git a/operations/environments/staging/main.tf b/operations/environments/staging/main.tf index 4a75854f9..caf8c57b5 100644 --- a/operations/environments/staging/main.tf +++ b/operations/environments/staging/main.tf @@ -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" }