Skip to content

Commit 94091d1

Browse files
committed
fix format
1 parent 619f373 commit 94091d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Resources:
222222
Condition: HasVpcModule
223223
Type: 'AWS::EC2::SecurityGroup'
224224
Properties:
225-
GroupDescription: !Ref AWS::StackName
225+
GroupDescription: !Ref 'AWS::StackName'
226226
VpcId:
227227
'Fn::ImportValue': !Sub '${VpcModule}-Id'
228228
LogGroup:

0 commit comments

Comments
 (0)