Skip to content

Commit

Permalink
Correct ssh username in commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Aug 15, 2024
1 parent 51e25eb commit 71cb019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packer.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ locals { timestamp = regex_replace(timestamp(), "[- TZ:]", "") }
# region_kms_key_ids = var.region_kms_keys
# skip_create_ami = var.skip_create_ami
# source_ami = data.amazon-ami.fedora_39_arm64.id
# ssh_username = "admin"
# ssh_username = "fedora"
# subnet_filter {
# filters = {
# "tag:Name" = "AMI Build"
Expand Down

0 comments on commit 71cb019

Please sign in to comment.