unique cdn state bucket name

This commit is contained in:
Daniel Roth 2026-03-19 09:40:43 +00:00
parent b59b248ba0
commit c84e80935d
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" {