cookiecutter.json 492 B

123456789101112131415161718
  1. {
  2. "full_name": "Chris Mague",
  3. "email": "github@mague.com",
  4. "packer_name": "packertest",
  5. "short_description": "description goes here",
  6. "release_date": "2018-01-05",
  7. "version": "0.1.0",
  8. "ruby_version": "2.4.1",
  9. "terraform_version": "0.11.1",
  10. "min_ansible_version": "2.4",
  11. "allow_duplicates": "no",
  12. "galaxy_tags": "",
  13. "dependencies": "",
  14. "target_os": "ubuntu",
  15. "aws_region": "us-west-1",
  16. "target_os_version": "xenial",
  17. "company_name": "Shokunin Consulting LLC"
  18. }