Skip to content

Commit

Permalink
providers/aws: vpc refresh sets instance_tenancy
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Apr 20, 2016
1 parent e6a3726 commit a6d9e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/aws/resource_aws_vpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ 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))
Expand Down

0 comments on commit a6d9e34

Please sign in to comment.