Skip to content

Commit

Permalink
fix: backend_bucket > remote_state_bucket (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Oct 6, 2022
1 parent a0604b3 commit 75c5ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2-environments/modules/env_baseline/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data "terraform_remote_state" "org" {
backend = "gcs"

config = {
bucket = var.backend_bucket
bucket = var.remote_state_bucket
prefix = "terraform/org/state"
}
}

0 comments on commit 75c5ab3

Please sign in to comment.