Skip to content

Commit cfb16f2

Browse files
Update makefile
1 parent 911055b commit cfb16f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ deploy:
4545
"ExternalID=$(PARAM_EXTERNAL_ID)" \
4646
"TrustedIdentity=$(PARAM_TRUSTED_IDENTITY)" \
4747
"IsOrganizational=$(PARAM_IS_ORGANIZATIONAL)" \
48-
"OrganizationalUnitIDs=$(PARAM_ORGANIZATIONAL_UNIT_IDS)"
48+
"OrganizationalUnitIDs=$(PARAM_ORGANIZATIONAL_UNIT_IDS)" \
49+
"ARNPrefix=${PARAM_ARN_PREFIX}"
4950
aws cloudformation deploy \
5051
--stack-name $(STACK_NAME)-LogIngestion-EventBridge-$(PARAM_NAME_SUFFIX) \
5152
--template-file log_ingestion.events.cft.yaml \
@@ -57,7 +58,8 @@ deploy:
5758
"Regions=$(PARAM_REGIONS)" \
5859
"TargetEventBusARN=$(PARAM_TARGET_EVENT_BUS_ARN)" \
5960
"IsOrganizational=$(PARAM_IS_ORGANIZATIONAL)" \
60-
"OrganizationalUnitIDs=$(PARAM_ORGANIZATIONAL_UNIT_IDS)"
61+
"OrganizationalUnitIDs=$(PARAM_ORGANIZATIONAL_UNIT_IDS)" \
62+
"ARNPrefix=${PARAM_ARN_PREFIX}"
6163
aws cloudformation deploy \
6264
--stack-name $(STACK_NAME)-LogIngestion-S3-$(PARAM_NAME_SUFFIX) \
6365
--template-file log_ingestion.s3.cft.yaml \

0 commit comments

Comments
 (0)