Difference between revisions of "Terraform resource: aws network interface sg attachment"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
aws_network_interface_sg_attachment | 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 | ||
+ | } | ||
Latest revision as of 09:18, 13 March 2023
Advertising: