Skip to content

Commit

Permalink
Adding Comment
Browse files Browse the repository at this point in the history
- before I forget why, just adding a link to the issue as to why this here
  • Loading branch information
gambol99 committed Feb 21, 2019
1 parent 1564a67 commit 62d9078
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 62d9078

Please sign in to comment.