0
0
llucycodes42
This code creates an association between an VPC and a DHCP Option. You would use this to associate an IP Address with a DHCP Option.
Shortcut: tf_aws_vpc_dhcp_options_association
resource "aws_vpc_dhcp_options_association" "${MyAWSResource}" {
}