diff --git a/infrastructure/terraform/shared/main.tf b/infrastructure/terraform/shared/main.tf index 34fbfe75..050ebdc2 100644 --- a/infrastructure/terraform/shared/main.tf +++ b/infrastructure/terraform/shared/main.tf @@ -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_plan_client_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 } \ No newline at end of file