7 lines
125 B
HCL
7 lines
125 B
HCL
terraform {
|
|
backend "gcs" {
|
|
bucket = "tf-state-token-sfh" # Replace with your GCS bucket name
|
|
prefix = "gcp"
|
|
}
|
|
}
|