UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

fix: unique s3 bucket based on cluster name

Merged Michael McLeroy requested to merge michaelmcleroy/template:bug/terraform-cache into main
2 files
+ 7
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -27,7 +27,7 @@ remote_state {
config = {
encrypt = true
key = format("%s/terraform.tfstate", path_relative_to_include())
bucket = "p1-bigbang-live-tf-states-${local.env.region}"
bucket = "${local.env.name}-terraform-state"
region = local.env.region
}
}
\ No newline at end of file
Loading