mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
magicplan client ECR
This commit is contained in:
parent
1105880b1b
commit
ebf807713c
1 changed files with 15 additions and 0 deletions
|
|
@ -730,4 +730,19 @@ module "hubspot_etl_s3_read_and_write" {
|
||||||
|
|
||||||
output "hubspot_etl_s3_read_and_write_arn" {
|
output "hubspot_etl_s3_read_and_write_arn" {
|
||||||
value = module.hubspot_etl_s3_read_and_write.policy_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
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue