chore: set true associate_public_ip_address attribute to test the step_public_ip
This commit is contained in:
parent
86966ecfee
commit
7745369dce
|
@ -47,7 +47,8 @@ const testBuilderAccBasic = `
|
||||||
"vm_type": "t2.micro",
|
"vm_type": "t2.micro",
|
||||||
"source_omi": "ami-abe953fa",
|
"source_omi": "ami-abe953fa",
|
||||||
"ssh_username": "outscale",
|
"ssh_username": "outscale",
|
||||||
"omi_name": "packer-test {{timestamp}}"
|
"omi_name": "packer-test {{timestamp}}",
|
||||||
|
"associate_public_ip_address": true
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
Loading…
Reference in New Issue