Skip to content

Commit dbd5a73

Browse files
committed
[Fix] Mark unity_catalog_provisioning_state as computed
1 parent a84e3c7 commit dbd5a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

catalog/resource_online_table.go

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ func ResourceOnlineTable() common.Resource {
5959
common.CustomizeSchemaPath(m, "spec", "source_table_full_name").SetCustomSuppressDiff(common.EqualFoldDiffSuppress)
6060
common.CustomizeSchemaPath(m, "name").SetRequired().SetForceNew()
6161
common.CustomizeSchemaPath(m, "status").SetReadOnly()
62+
common.CustomizeSchemaPath(m, "unity_catalog_provisioning_state").SetComputed()
6263
common.CustomizeSchemaPath(m, "table_serving_url").SetReadOnly()
6364
common.CustomizeSchemaPath(m, "spec", "pipeline_id").SetReadOnly()
6465

0 commit comments

Comments
 (0)