Skip to content

Commit

Permalink
Make Disk KMS features GA (hashicorp#357)
Browse files Browse the repository at this point in the history
<!-- This change is generated by MagicModules. -->
/cc @chrisst
  • Loading branch information
modular-magician authored and chrisst committed Jan 16, 2019
1 parent 42fc1ef commit d11f9ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/r/compute_disk.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The `source_image_encryption_key` block supports:
encryption key that protects this resource.

* `kms_key_self_link` -
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
(Optional)
The self link of the encryption key used to encrypt the disk. Also called KmsKeyName
in the cloud console. In order to use this additional
IAM permissions need to be set on the Compute Engine Service Agent. See
Expand All @@ -194,7 +194,7 @@ The `disk_encryption_key` block supports:
encryption key that protects this resource.

* `kms_key_self_link` -
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
(Optional)
The self link of the encryption key used to encrypt the disk. Also called KmsKeyName
in the cloud console. In order to use this additional
IAM permissions need to be set on the Compute Engine Service Agent. See
Expand All @@ -208,7 +208,7 @@ The `source_snapshot_encryption_key` block supports:
RFC 4648 base64 to either encrypt or decrypt this resource.

* `kms_key_self_link` -
(Optional, [Beta](https://terraform.io/docs/providers/google/provider_versions.html))
(Optional)
The self link of the encryption key used to encrypt the disk. Also called KmsKeyName
in the cloud console. In order to use this additional
IAM permissions need to be set on the Compute Engine Service Agent. See
Expand Down

0 comments on commit d11f9ca

Please sign in to comment.