Skip to content

Commit

Permalink
Merge pull request kubernetes#6508 from gambol99/adding_note
Browse files Browse the repository at this point in the history
Adding Comment
  • Loading branch information
k8s-ci-robot authored Feb 21, 2019
2 parents 1564a67 + 62d9078 commit c1873d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/awstasks/launchtemplate_target_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func (t *LaunchTemplate) Find(c *fi.Context) (*LaunchTemplate, error) {
for _, x := range lt.LaunchTemplateData.NetworkInterfaces {
if aws.BoolValue(x.AssociatePublicIpAddress) {
actual.AssociatePublicIP = fi.Bool(true)
// @note: not sure i like this
// @note: not sure i like this https://github.com/hashicorp/terraform/issues/2998
for _, id := range x.Groups {
actual.SecurityGroups = append(actual.SecurityGroups, &SecurityGroup{ID: id})
}
Expand Down

0 comments on commit c1873d1

Please sign in to comment.