Add GitHub Actions workflows for OpenTofu K8S Apps apply and validate; update S3 backend configuration
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user