Skip to content

Commit

Permalink
fixing the format
Browse files Browse the repository at this point in the history
  • Loading branch information
alokamsurendra committed Dec 18, 2024
1 parent 73f94db commit 7870138
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,9 @@ Resources:
- '-'
- !Select
- 2
- !Split [ '/', !Ref AWS::StackId ]
- !Split
- /
- !Ref AWS::StackId
AccessControl: Private
VersioningConfiguration:
Status: Enabled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,9 @@ Resources:
- '-'
- !Select
- 2
- !Split [ '/', !Ref AWS::StackId ]
- !Split
- /
- !Ref AWS::StackId
AccessControl: Private
VersioningConfiguration:
Status: Enabled
Expand Down

0 comments on commit 7870138

Please sign in to comment.