Skip to content

Commit

Permalink
Update KMS key alias
Browse files Browse the repository at this point in the history
  • Loading branch information
marcransome committed Feb 15, 2024
1 parent b584cdb commit 092fc6a
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 092fc6a

Please sign in to comment.