Revert "providers/aws: vpc refresh sets instance_tenancy"

This reverts commit a6d9e343ec.
This commit is contained in:
Mitchell Hashimoto 2016-04-20 10:38:48 -07:00
parent a6d9e343ec
commit cfa5a3fe58
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ func resourceAwsVpcRead(d *schema.ResourceData, meta interface{}) error {
vpcid := d.Id()
d.Set("cidr_block", vpc.CidrBlock)
d.Set("dhcp_options_id", vpc.DhcpOptionsId)
d.Set("instance_tenancy", vpc.InstanceTenancy)
// Tags
d.Set("tags", tagsToMap(vpc.Tags))