You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/d/compute_instance_template.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,8 @@ The following arguments are supported:
125
125
126
126
*`confidential_instance_config` - Enable [Confidential Mode](https://cloud.google.com/compute/confidential-vm/docs/about-cvm) on this VM. Structure is [documented below](#nested_confidential_instance_config)
127
127
128
+
*`key_revocation_action_type` - (optional) Action to be taken when a customer's encryption key is revoked.
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/d/compute_region_instance_template.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,8 @@ The following arguments are supported:
111
111
112
112
*`confidential_instance_config` - Enable [Confidential Mode](https://cloud.google.com/compute/confidential-vm/docs/about-cvm) on this VM. Structure is [documented below](#nested_confidential_instance_config)
113
113
114
+
*`key_revocation_action_type` - (optional) Action to be taken when a customer's encryption key is revoked.
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/compute_instance.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,8 @@ is desired, you will need to modify your state file manually using
249
249
250
250
*`partner_metadata` - (optional) [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html) key/value pair represents partner metadata assigned to instance where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
251
251
252
+
*`key_revocation_action_type` - (optional) Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/compute_instance_template.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -425,6 +425,8 @@ The following arguments are supported:
425
425
426
426
*`partner_metadata` - (optional) [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html) key/value pair represents partner metadata assigned to instance template where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
427
427
428
+
*`key_revocation_action_type` - (optional) Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
Copy file name to clipboardExpand all lines: mmv1/third_party/terraform/website/docs/r/compute_region_instance_template.html.markdown
+2
Original file line number
Diff line number
Diff line change
@@ -393,6 +393,8 @@ The following arguments are supported:
393
393
394
394
*`partner_metadata` - (optional) [Beta](https://terraform.io/docs/providers/google/guides/provider_versions.html) key/value pair represents partner metadata assigned to instance template where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
395
395
396
+
*`key_revocation_action_type` - (optional) Action to be taken when a customer's encryption key is revoked. Supports `STOP` and `NONE`, with `NONE` being the default.
0 commit comments