Skip to content

Commit

Permalink
use cookiecutter project name for backend spec
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Apr 10, 2024
1 parent 01482aa commit a35232d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# tf backend setup enabling state management bucket
terraform {
backend "gcs" {
bucket = "${var.bucket_name}-state-mgmt"
bucket = "{{ cookiecutter.project_name }}-state-mgmt"
prefix = "terraform/state"
}
}

0 comments on commit a35232d

Please sign in to comment.