Merge pull request #898 from bitglue/subnet_update

Avoid unnecessary updating of aws_subnet
This commit is contained in:
Paul Hinze 2015-02-01 10:01:17 -06:00
commit 255d39b01b
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ func resourceAwsSubnet() *schema.Resource {
"map_public_ip_on_launch": &schema.Schema{
Type: schema.TypeBool,
Optional: true,
Computed: true,
},
"tags": tagsSchema(),