Skip to content

Commit

Permalink
Mark DiskEncryptionKey.rawKey as sensitive for Terraform (#5009)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and emilymye committed Dec 2, 2019
1 parent c4ae5e3 commit 28e10ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/resource_compute_disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ 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

0 comments on commit 28e10ad

Please sign in to comment.