magicplan client ECR

This commit is contained in:
Daniel Roth 2026-05-08 11:54:17 +00:00
parent 1105880b1b
commit ebf807713c

View file

@ -730,4 +730,19 @@ module "hubspot_etl_s3_read_and_write" {
output "hubspot_etl_s3_read_and_write_arn" {
value = module.hubspot_etl_s3_read_and_write.policy_arn
}
################################################
# MagicPlan Client Lambda
################################################
module "magic_client_trigger_bucket" {
source = "../modules/tf_state_bucket"
bucket_name = "magic-plan-client-terraform-state"
}
module "magic_plan_client_registry" {
source = "../modules/container_registry"
name = "magic-plan"
stage = var.stage
}