Skip to content

Commit

Permalink
497: Update the Terraform remote state details for the stg environment
Browse files Browse the repository at this point in the history
  • Loading branch information
halprin committed Nov 21, 2023
1 parent a104498 commit 603e7e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions operations/environments/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ terraform {

# Use a remote Terraform state in Azure Storage
backend "azurerm" {
resource_group_name = "cdcti-terraform"
storage_account_name = "cdctiterraform"
container_name = "tfstate"
resource_group_name = "csels-rsti-stg-moderate-rg"
storage_account_name = "cdcintermediaryterraform"
container_name = "terraform-state"
key = "staging.terraform.tfstate"
}
}
Expand Down

0 comments on commit 603e7e7

Please sign in to comment.