provider/aws: Change VPC ClassicLink to be computed

This commit is contained in:
clint shryock 2016-02-01 09:30:09 -06:00
parent e94aa1dc0a
commit 772ac8522a
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ func resourceAwsVpc() *schema.Resource {
"enable_classiclink": &schema.Schema{
Type: schema.TypeBool,
Optional: true,
Default: false,
Computed: true,
},
"main_route_table_id": &schema.Schema{