setup gcs backup bucket for longhorn

This commit is contained in:
2025-08-31 20:50:28 +02:00
parent b9a46afb82
commit 2d4cb5d8a5
5 changed files with 129 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
terraform {
backend "gcs" {
bucket = "arcodange-tf"
prefix = "factory/main"
bucket = "arcodange-tf"
prefix = "factory/main"
}
}