mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Merge pull request #1057 from Hestia-Homes/feature/magicplan-trigger
MagicPlan Client: Create ECR and tfstate
This commit is contained in:
commit
761bd5d215
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" {
|
||||
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
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue