7 lines
No EOL
197 B
HCL
7 lines
No EOL
197 B
HCL
terraform {
|
|
backend "gcs" {
|
|
#has to have the same name as the tf state bucket created in main.tf
|
|
bucket = "terraform-state-pre-merge-checks" #todo var
|
|
prefix = "terraform/state"
|
|
}
|
|
} |