mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
deleted wrong state bucket
This commit is contained in:
parent
c233d9117b
commit
59dd8c73bb
1 changed files with 6 additions and 6 deletions
|
|
@ -527,12 +527,6 @@ output "ordnance_s3_read_and_write_arn" {
|
|||
################################################
|
||||
# Pas Hub to Ara – Lambda
|
||||
################################################
|
||||
module "pashub_to_ara_state_bucket" {
|
||||
source = "../modules/tf_state_bucket"
|
||||
bucket_name = "pashub-to-ara-terraform-state"
|
||||
|
||||
}
|
||||
|
||||
module "pashub_to_ara_registry" {
|
||||
source = "../modules/container_registry"
|
||||
name = "pashub_to_ara"
|
||||
|
|
@ -542,6 +536,12 @@ module "pashub_to_ara_registry" {
|
|||
################################################
|
||||
# Engine – Lambda ECR
|
||||
################################################
|
||||
module "engine_state_bucket" {
|
||||
source = "../modules/tf_state_bucket"
|
||||
bucket_name = "ara-engine-terraform-state"
|
||||
|
||||
}
|
||||
|
||||
module "engine_registry" {
|
||||
source = "../modules/container_registry"
|
||||
name = "engine"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue