From d11f9ca8496b67dbe323bf18df8bb98494f1c128 Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 16 Jan 2019 11:52:35 -0800 Subject: [PATCH] Make Disk KMS features GA (#357) /cc @chrisst --- website/docs/r/compute_disk.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/r/compute_disk.html.markdown b/website/docs/r/compute_disk.html.markdown index 66b17296953..55368e345f8 100644 --- a/website/docs/r/compute_disk.html.markdown +++ b/website/docs/r/compute_disk.html.markdown @@ -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 @@ -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 @@ -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