mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
unique cdn state bucket name
This commit is contained in:
parent
b59b248ba0
commit
c84e80935d
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ terraform {
|
|||
}
|
||||
|
||||
backend "s3" {
|
||||
bucket = "cdn-terraform-state"
|
||||
bucket = "ara-cdn-terraform-state"
|
||||
key = "terraform.tfstate"
|
||||
region = "eu-west-2"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue