Skip to content

Commit b8aa15c

Browse files
committed
respect order of bucket creation for a usecase of all in one account
1 parent ec4f247 commit b8aa15c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

data-exports/deploy/data-exports-aggregation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,9 @@ Resources:
331331
Status: Enabled
332332
NoncurrentVersionExpirationInDays: 32 # 1 month
333333
ExpirationInDays: 64 # 2 months
334+
Tags: # Hacky way to manage conditional dependencies
335+
- Key: IgnoreConditionalDependency
336+
Value: !If [IsDestinationAccount, !Ref DestinationS3, '']
334337
Metadata:
335338
cfn_nag:
336339
rules_to_suppress:

0 commit comments

Comments
 (0)