mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #910 from Hestia-Homes/main
Deploy fastapi with terraform: (hopefully) unique name of CDN tfstate bucket
This commit is contained in:
commit
7c37368c9f
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ terraform {
|
||||||
}
|
}
|
||||||
|
|
||||||
backend "s3" {
|
backend "s3" {
|
||||||
bucket = "cdn-terraform-state"
|
bucket = "ara-cdn-terraform-state"
|
||||||
key = "terraform.tfstate"
|
key = "terraform.tfstate"
|
||||||
region = "eu-west-2"
|
region = "eu-west-2"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -579,7 +579,7 @@ output "cdn_certificate_state_bucket" {
|
||||||
################################################
|
################################################
|
||||||
module "cdn_state_bucket" {
|
module "cdn_state_bucket" {
|
||||||
source = "../modules/tf_state_bucket"
|
source = "../modules/tf_state_bucket"
|
||||||
bucket_name = "cdn-terraform-state"
|
bucket_name = "ara-cdn-terraform-state"
|
||||||
}
|
}
|
||||||
|
|
||||||
output "cdn_state_bucket" {
|
output "cdn_state_bucket" {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue