From 4e093a9036a1372a651accbe44ca00c3f9b9db9b Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Tue, 22 Oct 2024 14:15:16 -0700 Subject: [PATCH] Update resource_sql_database_instance.go.tmpl --- .../services/sql/resource_sql_database_instance.go.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/mmv1/third_party/terraform/services/sql/resource_sql_database_instance.go.tmpl b/mmv1/third_party/terraform/services/sql/resource_sql_database_instance.go.tmpl index 160f138a7519..fd36ba452723 100644 --- a/mmv1/third_party/terraform/services/sql/resource_sql_database_instance.go.tmpl +++ b/mmv1/third_party/terraform/services/sql/resource_sql_database_instance.go.tmpl @@ -198,6 +198,7 @@ func ResourceSqlDatabaseInstance() *schema.Resource { "data_cache_config": { Type: schema.TypeList, Optional: true, + Computed: true, MaxItems: 1, Description: `Data cache configurations.`, Elem: &schema.Resource{