We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b07fea7 + 3152c52 commit ac12e8dCopy full SHA for ac12e8d
templates/aws-stack.yml
@@ -634,6 +634,12 @@ Resources:
634
DeletionPolicy: Retain
635
Properties:
636
AccessControl: LogDeliveryWrite
637
+ Tags:
638
+ - !If
639
+ - UseCostAllocationTags
640
+ - Key: !Ref CostAllocationTagName
641
+ Value: !Ref CostAllocationTagValue
642
+ - !Ref "AWS::NoValue"
643
644
ManagedSecretsBucket:
645
Type: AWS::S3::Bucket
@@ -644,6 +650,12 @@ Resources:
650
DestinationBucketName: !Ref ManagedSecretsLoggingBucket
651
VersioningConfiguration:
646
652
Status: Enabled
653
654
655
656
657
658
647
659
648
660
ManagedSecretsBucketPolicy:
649
661
Type: AWS::IAM::Policy
0 commit comments