mirror of https://github.com/kubernetes/kops.git
Adding Comment
- before I forget why, just adding a link to the issue as to why this here
This commit is contained in:
parent
1564a67461
commit
62d9078901
|
|
@ -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})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue