From 681205026b0a57dfe365835dcd2db7434a45c80b Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Sat, 11 Feb 2017 08:27:19 -0600 Subject: [PATCH] remove conflicting AWS import directive for ami_name --- shibboleth-appliance.json | 1 - 1 file changed, 1 deletion(-) diff --git a/shibboleth-appliance.json b/shibboleth-appliance.json index dc68d5c..68e1afe 100644 --- a/shibboleth-appliance.json +++ b/shibboleth-appliance.json @@ -71,7 +71,6 @@ "access_key": "{{user `aws_access_key`}}", "secret_key": "{{user `aws_secret_key`}}", "region": "{{user `region`}}", - "ami_name": "TIER-Shibb Build: {{user `build_number`}}", "s3_bucket_name": "internet2-tier-ami-import-us-west-1", "tags": { "Description": "packer amazon-import-shibboleth-appliance {{user `timestamper`}}",