Revert "providers/aws: vpc refresh sets instance_tenancy"
This reverts commit a6d9e343ec
.
This commit is contained in:
parent
a6d9e343ec
commit
cfa5a3fe58
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue