mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-12 00:16:18 -06:00
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
Block a user