From 62d9078901d4c80e83704747a68b75e3ebe9bb32 Mon Sep 17 00:00:00 2001 From: Rohith Date: Thu, 21 Feb 2019 12:28:13 +0000 Subject: [PATCH] Adding Comment - before I forget why, just adding a link to the issue as to why this here --- upup/pkg/fi/cloudup/awstasks/launchtemplate_target_api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upup/pkg/fi/cloudup/awstasks/launchtemplate_target_api.go b/upup/pkg/fi/cloudup/awstasks/launchtemplate_target_api.go index 0572e22bb1..2513777d48 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}) }