Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #180 from JulianRunnels/patch-1
Browse files Browse the repository at this point in the history
Update vault-consul.json
  • Loading branch information
brikis98 authored Jan 29, 2020
2 parents 76c90d2 + 97e4fbc commit 95f8218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/vault-consul-ami/vault-consul.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"tls_private_key_path": null
},
"builders": [{
"ami_name": "vault-consul-ubuntu18-{{isotime | clean_ami_name}}-{{uuid}}",
"ami_name": "vault-consul-ubuntu18-{{isotime | clean_resource_name}}-{{uuid}}",
"ami_description": "An Ubuntu 18.04 AMI that has Vault and Consul installed.",
"instance_type": "t2.micro",
"name": "ubuntu18-ami",
Expand All @@ -32,7 +32,7 @@
},
"ssh_username": "ubuntu"
},{
"ami_name": "vault-consul-ubuntu16-{{isotime | clean_ami_name}}-{{uuid}}",
"ami_name": "vault-consul-ubuntu16-{{isotime | clean_resource_name}}-{{uuid}}",
"ami_description": "An Ubuntu 16.04 AMI that has Vault and Consul installed.",
"instance_type": "t2.micro",
"name": "ubuntu16-ami",
Expand All @@ -51,7 +51,7 @@
},
"ssh_username": "ubuntu"
},{
"ami_name": "vault-consul-amazon-linux-2-{{isotime | clean_ami_name}}-{{uuid}}",
"ami_name": "vault-consul-amazon-linux-2-{{isotime | clean_resource_name}}-{{uuid}}",
"ami_description": "An Amazon Linux 2 AMI that has Vault and Consul installed.",
"instance_type": "t2.micro",
"name": "amazon-linux-2-ami",
Expand Down

0 comments on commit 95f8218

Please sign in to comment.