Skip to content

Commit 2bf981f

Browse files
Deprecate PSS feature. (#14134) (#23075)
[upstream:fe5130a6fc0ed6e01e648805a0abbf415ce205e2] Signed-off-by: Modular Magician <[email protected]>
1 parent 6748f63 commit 2bf981f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.changelog/14134.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:deprecation
2+
colab: deprecated `post_startup_script_config` field in `google_colab_runtime_template` resource
3+
```

google/services/colab/resource_colab_runtime_template.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ Please refer to the field 'effective_labels' for all of the labels present on th
299299
"post_startup_script_config": {
300300
Type: schema.TypeList,
301301
Optional: true,
302+
Deprecated: "`post_startup_script_config` is deprecated and will be removed in a future major release. New resource creation with this field is unavailable at this time.",
302303
ForceNew: true,
303304
Description: `Post startup script config.`,
304305
MaxItems: 1,

website/docs/r/colab_runtime_template.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,12 @@ The following arguments are supported:
307307
Structure is [documented below](#nested_software_config_env).
308308

309309
* `post_startup_script_config` -
310-
(Optional)
310+
(Optional, Deprecated)
311311
Post startup script config.
312312
Structure is [documented below](#nested_software_config_post_startup_script_config).
313313

314+
~> **Warning:** `post_startup_script_config` is deprecated and will be removed in a future major release. New resource creation with this field is unavailable at this time.
315+
314316

315317
<a name="nested_software_config_env"></a>The `env` block supports:
316318

0 commit comments

Comments
 (0)