provider/aws: Change AWS Subnet map ip on launch to default false, from computed

This commit is contained in:
Clint Shryock 2015-04-01 16:27:12 -05:00
parent 85c0910165
commit c7282d6a94
1 changed files with 1 additions and 1 deletions

View File

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