Skip to content

Commit 02bf5e0

Browse files
authored
Merge pull request #100 from ericrose/main
Adding empty string default to Exclude tags for console deployments
2 parents f2ba44c + ba967d0 commit 02bf5e0

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

aws_sra_examples/solutions/s3/s3_block_account_public_access/templates/sra-s3-block-account-public-access-main-ssm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Parameters:
120120
Type: String
121121
pExcludeS3BlockAccountPublicAccessTags:
122122
AllowedPattern: '^$|.*'
123+
Default: ''
123124
Description:
124125
'(Optional) Resource Tags that denote an Account should be excluded from this solution in JSON format: [{"Key": "string", "Value": "string"},
125126
... ]. For example, [{"Key": "exclude-s3-block-account-public-access", "Value": "true"}].'

aws_sra_examples/solutions/s3/s3_block_account_public_access/templates/sra-s3-block-account-public-access-main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Parameters:
120120
Type: String
121121
pExcludeS3BlockAccountPublicAccessTags:
122122
AllowedPattern: '^$|.*'
123+
Default: ''
123124
Description:
124125
'(Optional) Resource Tags that denote an Account should be excluded from this solution in JSON format: [{"Key": "string", "Value": "string"},
125126
... ]. For example, [{"Key": "exclude-s3-block-account-public-access", "Value": "true"}].'

aws_sra_examples/solutions/s3/s3_block_account_public_access/templates/sra-s3-block-account-public-access.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ Parameters:
144144
Type: String
145145
pExcludeS3BlockAccountPublicAccessTags:
146146
AllowedPattern: '^$|.*'
147+
Default: ''
147148
Description:
148149
'(Optional) Resource Tags that denote an Account should be excluded from this solution in JSON format: [{"Key": "string", "Value": "string"},
149150
... ]. For example, [{"Key": "exclude-s3-block-account-public-access", "Value": "true"}].'

0 commit comments

Comments
 (0)