Merge pull request #898 from bitglue/subnet_update

Avoid unnecessary updating of aws_subnet
pull/905/head
Paul Hinze 11 years ago
commit 255d39b01b

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

Loading…
Cancel
Save