@@ -27,6 +27,8 @@ resources.apps.*.effective_budget_policy_id string ALL
2727resources.apps.*.effective_user_api_scopes []string ALL
2828resources.apps.*.effective_user_api_scopes[*] string ALL
2929resources.apps.*.id string ALL
30+ resources.apps.*.lifecycle resources.Lifecycle INPUT
31+ resources.apps.*.lifecycle.prevent_destroy bool INPUT
3032resources.apps.*.modified_status string INPUT
3133resources.apps.*.name string ALL
3234resources.apps.*.oauth2_app_client_id string ALL
@@ -87,6 +89,8 @@ resources.database_catalogs.*.create_database_if_not_exists bool ALL
8789resources.database_catalogs.*.database_instance_name string ALL
8890resources.database_catalogs.*.database_name string ALL
8991resources.database_catalogs.*.id string INPUT
92+ resources.database_catalogs.*.lifecycle resources.Lifecycle INPUT
93+ resources.database_catalogs.*.lifecycle.prevent_destroy bool INPUT
9094resources.database_catalogs.*.modified_status string INPUT
9195resources.database_catalogs.*.name string ALL
9296resources.database_catalogs.*.uid string ALL
@@ -109,6 +113,8 @@ resources.database_instances.*.effective_stopped bool ALL
109113resources.database_instances.*.enable_pg_native_login bool ALL
110114resources.database_instances.*.enable_readable_secondaries bool ALL
111115resources.database_instances.*.id string INPUT
116+ resources.database_instances.*.lifecycle resources.Lifecycle INPUT
117+ resources.database_instances.*.lifecycle.prevent_destroy bool INPUT
112118resources.database_instances.*.modified_status string INPUT
113119resources.database_instances.*.name string ALL
114120resources.database_instances.*.node_count int ALL
@@ -294,6 +300,8 @@ resources.jobs.*.job_clusters[*].new_cluster.workload_type.clients compute.Clien
294300resources.jobs.*.job_clusters[*].new_cluster.workload_type.clients.jobs bool INPUT STATE
295301resources.jobs.*.job_clusters[*].new_cluster.workload_type.clients.notebooks bool INPUT STATE
296302resources.jobs.*.job_id int64 REMOTE
303+ resources.jobs.*.lifecycle resources.Lifecycle INPUT
304+ resources.jobs.*.lifecycle.prevent_destroy bool INPUT
297305resources.jobs.*.max_concurrent_runs int INPUT STATE
298306resources.jobs.*.modified_status string INPUT
299307resources.jobs.*.name string INPUT STATE
@@ -2082,6 +2090,8 @@ resources.pipelines.*.libraries[*].maven.repo string INPUT STATE
20822090resources.pipelines.*.libraries[*].notebook *pipelines.NotebookLibrary INPUT STATE
20832091resources.pipelines.*.libraries[*].notebook.path string INPUT STATE
20842092resources.pipelines.*.libraries[*].whl string INPUT STATE
2093+ resources.pipelines.*.lifecycle resources.Lifecycle INPUT
2094+ resources.pipelines.*.lifecycle.prevent_destroy bool INPUT
20852095resources.pipelines.*.modified_status string INPUT
20862096resources.pipelines.*.name string ALL
20872097resources.pipelines.*.notifications []pipelines.Notifications INPUT STATE
@@ -2389,6 +2399,8 @@ resources.schemas.*.grants[*].principal string INPUT
23892399resources.schemas.*.grants[*].privileges []resources.SchemaGrantPrivilege INPUT
23902400resources.schemas.*.grants[*].privileges[*] resources.SchemaGrantPrivilege INPUT
23912401resources.schemas.*.id string INPUT
2402+ resources.schemas.*.lifecycle resources.Lifecycle INPUT
2403+ resources.schemas.*.lifecycle.prevent_destroy bool INPUT
23922404resources.schemas.*.metastore_id string REMOTE
23932405resources.schemas.*.modified_status string INPUT
23942406resources.schemas.*.name string ALL
@@ -2422,6 +2434,8 @@ resources.sql_warehouses.*.health.summary string REMOTE
24222434resources.sql_warehouses.*.id string INPUT REMOTE
24232435resources.sql_warehouses.*.instance_profile_arn string ALL
24242436resources.sql_warehouses.*.jdbc_url string REMOTE
2437+ resources.sql_warehouses.*.lifecycle resources.Lifecycle INPUT
2438+ resources.sql_warehouses.*.lifecycle.prevent_destroy bool INPUT
24252439resources.sql_warehouses.*.max_num_clusters int ALL
24262440resources.sql_warehouses.*.min_num_clusters int ALL
24272441resources.sql_warehouses.*.modified_status string INPUT
@@ -2494,6 +2508,8 @@ resources.synced_database_tables.*.database_instance_name string ALL
24942508resources.synced_database_tables.*.effective_database_instance_name string ALL
24952509resources.synced_database_tables.*.effective_logical_database_name string ALL
24962510resources.synced_database_tables.*.id string INPUT
2511+ resources.synced_database_tables.*.lifecycle resources.Lifecycle INPUT
2512+ resources.synced_database_tables.*.lifecycle.prevent_destroy bool INPUT
24972513resources.synced_database_tables.*.logical_database_name string ALL
24982514resources.synced_database_tables.*.modified_status string INPUT
24992515resources.synced_database_tables.*.name string ALL
@@ -2527,6 +2543,8 @@ resources.volumes.*.grants[*].principal string INPUT
25272543resources.volumes.*.grants[*].privileges []resources.VolumeGrantPrivilege INPUT
25282544resources.volumes.*.grants[*].privileges[*] resources.VolumeGrantPrivilege INPUT
25292545resources.volumes.*.id string INPUT
2546+ resources.volumes.*.lifecycle resources.Lifecycle INPUT
2547+ resources.volumes.*.lifecycle.prevent_destroy bool INPUT
25302548resources.volumes.*.metastore_id string REMOTE
25312549resources.volumes.*.modified_status string INPUT
25322550resources.volumes.*.name string ALL
0 commit comments