Skip to content

Commit

Permalink
Fix/ami authorized keys (#517)
Browse files Browse the repository at this point in the history
* fix(aws-ami-creation): remove authorized_ssh_keys so that ami can be submitted to AWS marketplace
  • Loading branch information
shub-kris authored Mar 18, 2024
1 parent b140cd5 commit 709b625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/ami/hcl2-files/sources.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source "amazon-ebs" "ubuntu" {
region = var.region
source_ami = var.source_ami
ssh_username = var.ssh_username
ssh_clear_authorized_keys = true
launch_block_device_mappings {
device_name = "/dev/sda1"
volume_size = 512
Expand Down

0 comments on commit 709b625

Please sign in to comment.