From aa886d8447bba5c52a1d0786731910a44aaa70f0 Mon Sep 17 00:00:00 2001
From: Paul Caskey <pcaskey@internet2.edu>
Date: Sat, 11 Feb 2017 07:40:26 -0600
Subject: [PATCH] another attempt to set 'Name' tag of AMI

---
 shibboleth-appliance.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/shibboleth-appliance.json b/shibboleth-appliance.json
index 1dcf568..b081da0 100644
--- a/shibboleth-appliance.json
+++ b/shibboleth-appliance.json
@@ -74,7 +74,8 @@
       "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`}}"
+        "Description": "packer amazon-import-shibboleth-appliance {{user `timestamper`}}",
+		"Name": "TIER-Shibb Build: {{user `build_number`}}"
       }
     }
   ]