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{