You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @danielmapar, I thought the same thing too and also raised a PR for this, but this is the intended behaviour - see the following comment #9 (comment)
Just a heads up that
var.additional_security_group_ids
is not being used by theaws_network_interface
resource.A visible fix is to point
security_groups = [aws_security_group.main.id]
tosecurity_groups = local.security_groups
Great work with the module!
The text was updated successfully, but these errors were encountered: