mirror of https://github.com/hashicorp/packer
Merge pull request #10173 from hashicorp/azr-fix-hcl2-gcp-image_encryption_key
Fix GCP HCL image_encryption_key fields and use the same casing in JSON and HCL2pull/10178/head
commit
8f3a115c5a
@ -0,0 +1,7 @@
|
||||
<!-- Code generated from the comments of the CustomerEncryptionKey struct in builder/googlecompute/config.go; DO NOT EDIT MANUALLY -->
|
||||
|
||||
- `kmsKeyName` (string) - KmsKeyName: The name of the encryption key that is stored in Google
|
||||
Cloud KMS.
|
||||
|
||||
- `rawKey` (string) - RawKey: Specifies a 256-bit customer-supplied encryption key, encoded
|
||||
in RFC 4648 base64 to either encrypt or decrypt this resource.
|
||||
Loading…
Reference in new issue