provider/aws: Change VPC ClassicLink to be computed
This commit is contained in:
parent
e94aa1dc0a
commit
772ac8522a
|
@ -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