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:
|
rBuildsSecurityGroup:
|
||||||
Type: AWS::EC2::SecurityGroup
|
Type: AWS::EC2::SecurityGroup
|
||||||
Properties:
|
Properties:
|
||||||
GroupDescription: Security Group for the RBuilds jobs
|
GroupDescription: RBuilds jobs - ${self:provider.stage}
|
||||||
GroupName: RBuildsJobs
|
GroupName: RBuildsJobs-${self:provider.stage}
|
||||||
VpcId: ${self:custom.vpcId}
|
VpcId: ${self:custom.vpcId}
|
||||||
Tags: ${self:provider.stackTags}
|
Tags: ${self:provider.stackTags}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue