mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
7 lines
102 B
Plaintext
7 lines
102 B
Plaintext
terraform {
|
|
backend "gcs" {
|
|
bucket = "<YOUR_GCS_BUCKET>"
|
|
prefix = "prod/kubernetes"
|
|
}
|
|
}
|