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
commit ef90db1943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save