chore: set true associate_public_ip_address attribute to test the step_public_ip

This commit is contained in:
PacoDw 2020-08-20 14:00:13 -05:00
parent 86966ecfee
commit 7745369dce
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@ const testBuilderAccBasic = `
"vm_type": "t2.micro",
"source_omi": "ami-abe953fa",
"ssh_username": "outscale",
"omi_name": "packer-test {{timestamp}}"
"omi_name": "packer-test {{timestamp}}",
"associate_public_ip_address": true
}]
}
`