Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
3ad79963
Commit
3ad79963
authored
Mar 12, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #934 from brettporter/patch-1
website: Update googlecompute.markdown
parents
3de16f20
8e91574c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
website/source/docs/builders/googlecompute.markdown
website/source/docs/builders/googlecompute.markdown
+2
-2
No files found.
website/source/docs/builders/googlecompute.markdown
View file @
3ad79963
...
@@ -55,7 +55,7 @@ files obtained in the previous section.
...
@@ -55,7 +55,7 @@ files obtained in the previous section.
<pre
class=
"prettyprint"
>
<pre
class=
"prettyprint"
>
{
{
"type": "googlecompute",
"type": "googlecompute",
"bucket_name": "packer-images",
"bucket_name": "
my-project-
packer-images",
"client_secrets_file": "client_secret.json",
"client_secrets_file": "client_secret.json",
"private_key_file": "XXXXXX-privatekey.p12",
"private_key_file": "XXXXXX-privatekey.p12",
"project_id": "my-project",
"project_id": "my-project",
...
@@ -72,7 +72,7 @@ each category, the available options are alphabetized and described.
...
@@ -72,7 +72,7 @@ each category, the available options are alphabetized and described.
Required:
Required:
*
`bucket_name`
(string) - The Google Cloud Storage bucket to store the
*
`bucket_name`
(string) - The Google Cloud Storage bucket to store the
images that are created.
images that are created.
The bucket must already exist in your project.
*
`client_secrets_file`
(string) - The client secrets JSON file that
*
`client_secrets_file`
(string) - The client secrets JSON file that
was set up in the section above.
was set up in the section above.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment