Skip to content

Commit

Permalink
Merge pull request #898 from bitglue/subnet_update
Browse files Browse the repository at this point in the history
Avoid unnecessary updating of aws_subnet
  • Loading branch information
phinze committed Feb 1, 2015
2 parents e3a64ef + 863fd0c commit 255d39b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builtin/providers/aws/resource_aws_subnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func resourceAwsSubnet() *schema.Resource {
"map_public_ip_on_launch": &schema.Schema{
Type: schema.TypeBool,
Optional: true,
Computed: true,
},

"tags": tagsSchema(),
Expand Down

0 comments on commit 255d39b

Please sign in to comment.