Skip to content

Commit

Permalink
(Upstream PR) Fix heading in google_kms_crypto_key_version doc
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 authored Dec 3, 2019
2 parents 9c996e6 + 42f724f commit 596c43f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions google-beta/resource_compute_disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ https://cloud.google.com/compute/docs/disks/customer-managed-encryption#encrypt_
ForceNew: true,
Description: `Specifies a 256-bit customer-supplied encryption key, encoded in
RFC 4648 base64 to either encrypt or decrypt this resource.`,
Sensitive: true,
},
"sha256": {
Type: schema.TypeString,
Expand Down Expand Up @@ -437,7 +436,6 @@ https://cloud.google.com/compute/docs/disks/customer-managed-encryption#encrypt_
ForceNew: true,
Description: `Specifies a 256-bit customer-supplied encryption key, encoded in
RFC 4648 base64 to either encrypt or decrypt this resource.`,
Sensitive: true,
},
"sha256": {
Type: schema.TypeString,
Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/google_kms_crypto_key_version.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: |-
Provides access to KMS key version data with Google Cloud KMS.
---

# google\_kms\_crypto\_key
# google\_kms\_crypto\_key\_version

Provides access to a Google Cloud Platform KMS CryptoKeyVersion. For more information see
[the official documentation](https://cloud.google.com/kms/docs/object-hierarchy#key_version)
Expand Down

0 comments on commit 596c43f

Please sign in to comment.