Terraform resource: aws network interface sg attachment
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
See also
Advertising: