Skip to content

Commit

Permalink
Merge pull request #8 from companieshouse/update-kms-key-alias
Browse files Browse the repository at this point in the history
Update KMS key alias
  • Loading branch information
marcransome authored Feb 16, 2024
2 parents b584cdb + 092fc6a commit 10b8539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ variable "force_deregister" {

variable "kms_key_id" {
type = string
default = "alias/packer-builders-eu-west-2-kms"
default = "alias/packer-builders-kms"
description = "The KMS key ID or alias to use when encrypting the AMI EBS volumes; defaults to the AWS managed key if empty"
}

Expand Down

0 comments on commit 10b8539

Please sign in to comment.