Merge pull request #4933 from hashicorp/b-aws-computed-classiclink

provider/aws: Change VPC ClassicLink to be computed
This commit is contained in:
Clint 2016-02-01 09:37:29 -06:00
commit 398fa179df
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{