added infra
This commit is contained in:
6
infra/gcp/backend.tf
Normal file
6
infra/gcp/backend.tf
Normal file
@@ -0,0 +1,6 @@
|
||||
terraform {
|
||||
backend "gcs" {
|
||||
bucket = "tf-state-token-sfh" # Replace with your GCS bucket name
|
||||
prefix = "gcp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user