terraform { backend "gcs" { bucket = "tf-state-token-sfh" # Replace with your GCS bucket name prefix = "gcp" } }