deleted wrong state bucket

This commit is contained in:
Daniel Roth 2026-03-25 14:24:13 +00:00
parent c233d9117b
commit 59dd8c73bb

View file

@ -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"