terraform/builtin
Phil Frost b49fba6b61 Don't error when enabling DNS hostnames in a VPC
The AWS API call ModifyVpcAttribute will allow only one attribute to be
modified at a time. Modifying both results in the error:

    Fields for multiple attribute types specified: enableDnsHostnames, enableDnsSupport

Retructure the provider to honor this restriction.

Also, enable DNS support before attempting to enable DNS hostnames,
since the former is a prerequisite of the latter.

Additionally, fix what must have been a copy&paste error, setting
enable_dns_support to the value of enable_dns_hostnames.
2015-03-20 14:49:50 -04:00
..
bins providers/dme: rename dnsmadeeasy package to dme 2015-02-25 15:54:22 -08:00
providers Don't error when enabling DNS hostnames in a VPC 2015-03-20 14:49:50 -04:00
provisioners Fix failing tests 2014-10-09 21:29:21 -07:00