support staging and production

This commit is contained in:
Joshua C. Forest 2023-09-07 17:33:02 -04:00
commit 21aad5acc5

View file

@ -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}