From 85203ce2f0539545acc17a37b238840ae73ee926 Mon Sep 17 00:00:00 2001 From: Lena Garber Date: Tue, 14 Jan 2025 12:48:53 -0500 Subject: [PATCH] oops --- linode/databasemysqlv2/framework_datasource_schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linode/databasemysqlv2/framework_datasource_schema.go b/linode/databasemysqlv2/framework_datasource_schema.go index 60cd54471..b00c1e179 100644 --- a/linode/databasemysqlv2/framework_datasource_schema.go +++ b/linode/databasemysqlv2/framework_datasource_schema.go @@ -10,7 +10,7 @@ var frameworkDatasourceSchema = schema.Schema{ Attributes: map[string]schema.Attribute{ "id": schema.StringAttribute{ Description: "The id of the VPC.", - Computed: true, + Required: true, }, "engine_id": schema.StringAttribute{