FEATURES OPEN SOURCE ABOUT DOCS LOGIN REGISTER

aws_vpc_dhcp_options_association

Provides a VPC DHCP Options Association resource.

Example Usage

resource "aws_vpc_dhcp_options_association" "dns_resolver" {
	vpc_id = "${aws_vpc.foo.id}"
	dhcp_options_id = "${aws_vpc_dhcp_options.foo.id}"
}

Argument Reference

The following arguments are supported:

Remarks

Attributes Reference

The following attributes are exported:


See the source of this document at Terraform.io