update example file in the oracle-classic docs

This commit is contained in:
Megan Marsh 2018-01-31 12:23:25 -08:00
parent af26b312cd
commit 64e26d6fa2
1 changed files with 2 additions and 1 deletions

View File

@ -89,9 +89,10 @@ obfuscated; you will need to add a working `username`, `password`,
"password": "supersecretpasswordhere", "password": "supersecretpasswordhere",
"identity_domain": "#######", "identity_domain": "#######",
"api_endpoint": "https://api-###.compute.###.oraclecloud.com/", "api_endpoint": "https://api-###.compute.###.oraclecloud.com/",
"image_list": "/oracle/public/OL_7.2_UEKR4_x86_64", "source_image_list": "/oracle/public/OL_7.2_UEKR4_x86_64",
"shape": "oc3", "shape": "oc3",
"image_name": "Packer_Builder_Test_{{timestamp}}" "image_name": "Packer_Builder_Test_{{timestamp}}"
"dest_image_list": "Packer_Builder_Test_List"
} }
], ],
"provisioners": [ "provisioners": [