Add GitHub Actions workflows for OpenTofu K8S Apps apply and validate; update S3 backend configuration

This commit is contained in:
2025-04-25 21:44:43 +02:00
parent 9ad18067de
commit 30e2b0c440
3 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
terraform {
backend "s3" {
bucket = "a13labs.infra"
key = "alexpires.me-k8sapps.tfstate"
region = "us-east-1"
bucket = "a13labs.infra.eu"
key = "k8sapps.core.infra.tfstate"
region = "eu-west-1"
}
}