"run_tags": { "Environment": "DEV", "Application": "Dave", "Tier": "Web App", "Function": "Dev Dave Web App", "Version": "1.0", "CostCentre": "0300 3246", "BusinessUnit": "AppServices", "Project": "DaveMigration to AWS", "Product": "IIS Server for Dave", "ComplianceDomain": "YES", "DataClass": "5", "ProvisionedBy": "Packer", "ProjectName": "Dave", "Name": "Dave Dev Web Box" }, "builders": [{ "type": "amazon-ebs",
"region": "{{ user `DEV_server_region`}}", "source_ami": "{{ user `DEV_server_source_ami`}}", "tags": "{{ user `DEV_dave_tags`}}", <== WHATEVER FORMAT THIS SHOULD BE IN FOR A TAG BLOCK (Array?) "instance_type": "{{ user `DEV_server_instance_type`}}", "winrm_use_ssl": true, "winrm_insecure": true }],...
"PROD_server_user_data_file": "./USERDATA2.0.txt",
"CA_server_run_tags": [{ "Environment": "DEV", "Application": "Dave", "Tier": "Web App", "Function": "Dev Dave Web App", "Version": "1.0", "CostCentre": "0300 3246", "BusinessUnit": "AppServices", "Project": "DaveMigration to AWS", "Product": "IIS Server for Dave", "ComplianceDomain": "YES", "DataClass": "5", "ProvisionedBy": "Packer", "ProjectName": "Dave", "Name": "Dave Dev Web Box" }]packer validate -var-file .\dave_vars.json .\build_var_test_Dave.jsoninvalid value ".\\dave_vars.json" for flag -var-file: Error reading variables in '.\dave_vars.json': json: cannot unmarshal array into Go value of type string--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/8975abcb-e431-4005-8e76-b40f6b048e8f%40googlegroups.com.