Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #14 from docker/AMIname
another attempt to set 'Name' tag of AMI
pcaskey committed Feb 11, 2017
2 parents 005fb31 + aa886d8 commit 3daf4a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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`}}"
}
}
]

0 comments on commit 3daf4a1

Please sign in to comment.