Merge pull request #909 from Hestia-Homes/deploy-fastapi-with-terraform

Deploy fastapi with terraform: (hopefully) unique name of CDN tfstate bucket
This commit is contained in:
Jun-te Kim 2026-03-19 09:43:42 +00:00 committed by GitHub
commit 75ab7f3c20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ terraform {
}
backend "s3" {
bucket = "cdn-terraform-state"
bucket = "ara-cdn-terraform-state"
key = "terraform.tfstate"
region = "eu-west-2"
}

View file

@ -579,7 +579,7 @@ output "cdn_certificate_state_bucket" {
################################################
module "cdn_state_bucket" {
source = "../modules/tf_state_bucket"
bucket_name = "cdn-terraform-state"
bucket_name = "ara-cdn-terraform-state"
}
output "cdn_state_bucket" {