diff --git a/builtin/providers/aws/resource_aws_vpc.go b/builtin/providers/aws/resource_aws_vpc.go index fea662dea..768d96aac 100644 --- a/builtin/providers/aws/resource_aws_vpc.go +++ b/builtin/providers/aws/resource_aws_vpc.go @@ -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{