Browse Source

Merge pull request #9112 from hashicorp/aaron-lane-patch-2

Update loadtest AMI name, description
pull/9119/head
Aaron Lane 4 years ago committed by GitHub
parent
commit
ef90db1943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      test/load/packer/loadtest-ami/loadtest.json

4
test/load/packer/loadtest-ami/loadtest.json

@ -5,8 +5,8 @@
},
"builders": [{
"name": "ubuntu18-ami",
"ami_name": "consul-ubuntu-{{isotime | clean_resource_name}}-{{uuid}}",
"ami_description": "An Ubuntu 18.04 AMI that has hey installed.",
"ami_name": "loadtest-ubuntu-{{isotime | clean_resource_name}}-{{uuid}}",
"ami_description": "An Ubuntu 18.04 AMI that has k6 installed.",
"instance_type": "t2.micro",
"region": "{{user `aws_region`}}",
"associate_public_ip_address": true,

Loading…
Cancel
Save