diff --git a/upup/pkg/fi/cloudup/awstasks/launchtemplate_target_api.go b/upup/pkg/fi/cloudup/awstasks/launchtemplate_target_api.go index 0572e22bb187c..2513777d48463 100644 --- a/upup/pkg/fi/cloudup/awstasks/launchtemplate_target_api.go +++ b/upup/pkg/fi/cloudup/awstasks/launchtemplate_target_api.go @@ -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}) }