Merge pull request #4933 from hashicorp/b-aws-computed-classiclink
provider/aws: Change VPC ClassicLink to be computed
This commit is contained in:
commit
398fa179df
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue