support staging and production
This commit is contained in:
parent
1472fe13fc
commit
21aad5acc5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
rBuildsSecurityGroup:
|
||||
Type: AWS::EC2::SecurityGroup
|
||||
Properties:
|
||||
GroupDescription: Security Group for the RBuilds jobs
|
||||
GroupName: RBuildsJobs
|
||||
GroupDescription: RBuilds jobs - ${self:provider.stage}
|
||||
GroupName: RBuildsJobs-${self:provider.stage}
|
||||
VpcId: ${self:custom.vpcId}
|
||||
Tags: ${self:provider.stackTags}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue