Skip to content

Commit

Permalink
Update morpheus.tf to include shared KMS key ARNs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Jan 8, 2025
1 parent df79f65 commit 7e3e9d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion morpheus.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ module "morpheus" {
type = "PLAINTEXT"
}
]
packer_source_type = "S3"
shared_kms_key_arns = local.ami_kms_keys
packer_source_type = "S3"
packer_bucket = {
name = aws_s3_bucket.assets_bucket.bucket
key = "linux-image-pipeline.zip"
Expand Down

0 comments on commit 7e3e9d6

Please sign in to comment.