fix json formatting issue

This commit is contained in:
Matthew Hooker 2018-03-28 09:04:06 -07:00
parent 7fd0cfa764
commit 14e1c4ebee
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 2 additions and 1 deletions

View File

@ -148,6 +148,7 @@ Save this file as `windows_attributes.json`:
Following is a minimal but working Packer config that references this attributes Following is a minimal but working Packer config that references this attributes
file: file:
```{.json} ```{.json}
{ {
"variables": { "variables": {
@ -163,7 +164,7 @@ file:
"password": "{{ user `opc_password`}}", "password": "{{ user `opc_password`}}",
"identity_domain": "{{ user `opc_identity_domain`}}", "identity_domain": "{{ user `opc_identity_domain`}}",
"api_endpoint": "{{ user `opc_api_endpoint`}}", "api_endpoint": "{{ user `opc_api_endpoint`}}",
"source_image_list": "/Compute-{{ user `opc_identity_domain` }}/{{ user opc_username`}}/Microsoft_Windows_Server_2012_R2-17.3.6-20170930-124649", "source_image_list": "/Compute-{{ user `opc_identity_domain` }}/{{ user `opc_username`}}/Microsoft_Windows_Server_2012_R2-17.3.6-20170930-124649",
"attributes_file": "./windows_attributes.json", "attributes_file": "./windows_attributes.json",
"shape": "oc3", "shape": "oc3",
"image_name": "Packer_Windows_Demo_{{timestamp}}", "image_name": "Packer_Windows_Demo_{{timestamp}}",