security groups is a list
This commit is contained in:
parent
e619f3bd40
commit
1472fe13fc
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ rBuildsBatchComputeEnvironment:
|
||||||
SpotIamFleetRole:
|
SpotIamFleetRole:
|
||||||
"Fn::GetAtt": [ rBuildsSpotFleetIamRole, Arn ]
|
"Fn::GetAtt": [ rBuildsSpotFleetIamRole, Arn ]
|
||||||
SecurityGroupIds:
|
SecurityGroupIds:
|
||||||
"Fn::GetAtt": [ rBuildsSecurityGroup, GroupId ]
|
- "Fn::GetAtt": [ rBuildsSecurityGroup, GroupId ]
|
||||||
Subnets: ${self:custom.subnets}
|
Subnets: ${self:custom.subnets}
|
||||||
Type: SPOT
|
Type: SPOT
|
||||||
BidPercentage: 100
|
BidPercentage: 100
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue