From 8432afc45846776355ce8c8653c2e4a601000a2b Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Thu, 11 Apr 2019 14:11:32 +0000 Subject: [PATCH] terraform/packer: revert name of AMI to generic "hashistack" instead of my name --- terraform/aws/packer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/aws/packer.json b/terraform/aws/packer.json index f312e4694..1c778fdc2 100644 --- a/terraform/aws/packer.json +++ b/terraform/aws/packer.json @@ -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": [