File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments