Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge 38f275e into backport/dl-ec2cluster-no-public-ip/actually-sensi…
Browse files Browse the repository at this point in the history
…ble-caiman
  • Loading branch information
hc-waypoint-bot authored Nov 5, 2020
2 parents a9880d6 + 38f275e commit b0cf3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/aws/ecs/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -1067,7 +1067,7 @@ func (p *Platform) Launch(
SecurityGroups: []*string{sgecsport},
}

if p.config.EC2Cluster == false {
if !p.config.EC2Cluster {
netCfg.AssignPublicIp = aws.String("ENABLED")
}

Expand Down

0 comments on commit b0cf3d5

Please sign in to comment.