chore: configure remote gcs backend for terraform state

This commit is contained in:
Moritz Graf 2026-01-02 22:06:05 +01:00
parent dc733d8567
commit a0a39b55d9
1 changed files with 5 additions and 0 deletions

View File

@ -9,6 +9,11 @@ terraform {
version = "~> 5.0"
}
}
backend "gcs" {
bucket = "haumdaucher-tf-state"
prefix = "terraform/state"
}
}
provider "google" {