Terraform resource: aws network interface sg attachment

From wikieduonline
Revision as of 09:18, 13 March 2023 by Brave (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
aws_network_interface_sg_attachment


resource "aws_network_interface_sg_attachment" "sg_attachment" {
  security_group_id    = aws_security_group.sg.id
  network_interface_id = aws_instance.instance.primary_network_interface_id
}


Related[edit]


See also[edit]

Advertising: