feat(infra): update terraform state backend and add missing runtime secrets

This commit is contained in:
2026-03-05 14:21:19 +04:00
parent 0caab1e8e2
commit 6f6873f25d
4 changed files with 51 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
terraform {
required_version = ">= 1.8.0"
backend "gcs" {
# The bucket will need to be configured via `terraform init -backend-config="bucket=<YOUR_BUCKET>"`
# or you can hardcode the bucket name here. Since it's a generic module, we leave it to be configured via init args.
}
required_providers {
google = {
source = "hashicorp/google"