Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions report/conf/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ Parameters:
- CODE
- PROD
Description: Environment name
VPCSecurityGroup:
Type: AWS::EC2::SecurityGroup::Id
Description: The default security group of the VPC
VpcId:
Type: AWS::EC2::VPC::Id
Description: The VPC
Expand Down Expand Up @@ -268,7 +265,6 @@ Resources:
InstanceType: !FindInMap [StageVariables, !Ref Stage, InstanceType]
SecurityGroups:
- !Ref InstanceSecurityGroup
- !Ref VPCSecurityGroup
MetadataOptions:
HttpTokens: required
UserData:
Expand Down