terraform/packer: revert name of AMI to generic "hashistack" instead of my name
This commit is contained in:
parent
5a4ec44f38
commit
8432afc458
|
@ -5,7 +5,7 @@
|
|||
"source_ami": "ami-80861296",
|
||||
"instance_type": "t2.medium",
|
||||
"ssh_username": "ubuntu",
|
||||
"ami_name": "cgbaker hashistack-nvidia {{timestamp}}",
|
||||
"ami_name": "hashistack {{timestamp}}",
|
||||
"ami_groups": ["all"]
|
||||
}],
|
||||
"provisioners": [
|
||||
|
|
Loading…
Reference in New Issue