Skip to content

Commit

Permalink
fix(aws): Fixing parameters for setting security groups (#4639)
Browse files Browse the repository at this point in the history
- swap application and subnetType typo
  • Loading branch information
jeyrschabu committed May 31, 2020
1 parent 478c6ed commit 4a06fc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ class AutoScalingWorker {
String launchConfigName = null
if (setLaunchTemplate != null && setLaunchTemplate) {
settings = DefaultLaunchConfigurationBuilder.setAppSecurityGroup(
subnetType,
application,
subnetType,
regionScopedProvider.getDeploymentDefaults(),
regionScopedProvider.securityGroupService,
settings
Expand Down

0 comments on commit 4a06fc1

Please sign in to comment.