docs/guides/hcl: Update sample configuration (#8499)

This commit is contained in:
Wilken Rivera 2019-12-18 04:17:47 -05:00 committed by Adrien Delorme
parent dd8ad87dce
commit ba36201f89
1 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@ The following file :
"builders": [ "builders": [
{ {
"ami_name": "packer-test", "ami_name": "packer-test",
"region": "us-east-1" "region": "us-east-1",
"instance_type": "t2.micro" "instance_type": "t2.micro",
"source_ami_filter": { "source_ami_filter": {
"filters": { "filters": {
@ -73,7 +73,7 @@ source "amazon-ebs" "example" {
} }
communicator = "ssh" communicator = "ssh"
ssh_username = "ec2-user" ssh_username = "ubuntu"
} }
# A build starts sources and runs provisioning steps on those sources. # A build starts sources and runs provisioning steps on those sources.