Skip to content

Commit aa91788

Browse files
committed
s/not_returned_by_api/input_only
1 parent 78a84eb commit aa91788

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

acceptance/bundle/migrate/runas/out.plan.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"changes": {
3535
"run_as": {
3636
"action": "skip",
37-
"reason": "not_returned_by_api",
37+
"reason": "input_only",
3838
"old": {
3939
"service_principal_name": "[UUID]"
4040
},

acceptance/bundle/resources/quality_monitors/change_assets_dir/out.plan.direct.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"warehouse_id": {
4040
"action": "skip",
41-
"reason": "not_returned_by_api",
41+
"reason": "input_only",
4242
"old": "[TEST_DEFAULT_WAREHOUSE_ID]",
4343
"new": "[TEST_DEFAULT_WAREHOUSE_ID]"
4444
}

acceptance/bundle/resources/quality_monitors/change_output_schema_name/out.plan.direct.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"warehouse_id": {
3737
"action": "skip",
38-
"reason": "not_returned_by_api",
38+
"reason": "input_only",
3939
"old": "[TEST_DEFAULT_WAREHOUSE_ID]",
4040
"new": "[TEST_DEFAULT_WAREHOUSE_ID]"
4141
}

acceptance/bundle/resources/quality_monitors/change_table_name/out.plan.direct.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"warehouse_id": {
4040
"action": "skip",
41-
"reason": "not_returned_by_api",
41+
"reason": "input_only",
4242
"old": "[TEST_DEFAULT_WAREHOUSE_ID]",
4343
"new": "[TEST_DEFAULT_WAREHOUSE_ID]"
4444
}

acceptance/bundle/resources/quality_monitors/create/out.plan_noop.direct.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"changes": {
2121
"warehouse_id": {
2222
"action": "skip",
23-
"reason": "not_returned_by_api",
23+
"reason": "input_only",
2424
"old": "[TEST_DEFAULT_WAREHOUSE_ID]",
2525
"new": "[TEST_DEFAULT_WAREHOUSE_ID]"
2626
}

bundle/direct/dresources/resources.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ resources:
137137
- field: id
138138
reason: "!drop"
139139
- field: run_as
140-
reason: not_returned_by_api
140+
reason: input_only
141141

142142
ignore_local_changes:
143143
# "id" is output-only, providing it in config would be a mistake
@@ -285,11 +285,11 @@ resources:
285285
reason: immutable
286286
ignore_remote_changes:
287287
- field: warehouse_id
288-
reason: not_returned_by_api
288+
reason: input_only
289289
# skip_builtin_dashboard is input-only, not returned by the Get API.
290290
# TF preserves it from state; see resource_quality_monitor.go.
291291
- field: skip_builtin_dashboard
292-
reason: not_returned_by_api
292+
reason: input_only
293293

294294
catalogs:
295295
recreate_on_changes:

0 commit comments

Comments
 (0)