Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .web-docs/components/builder/googlecompute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ builder.
...
primary: true
uid: '2504818925'
username: /home/user_example_com
username: user_example_com
sshPublicKeys:
000000000000000000000000000000000000000000000000000000000000000a:
fingerprint: 000000000000000000000000000000000000000000000000000000000000000a
Expand Down
2 changes: 1 addition & 1 deletion builder/googlecompute/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ type Config struct {
// ...
// primary: true
// uid: '2504818925'
// username: /home/user_example_com
// username: user_example_com
//sshPublicKeys:
// 000000000000000000000000000000000000000000000000000000000000000a:
// fingerprint: 000000000000000000000000000000000000000000000000000000000000000a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@
...
primary: true
uid: '2504818925'
username: /home/user_example_com
username: user_example_com
sshPublicKeys:
000000000000000000000000000000000000000000000000000000000000000a:
fingerprint: 000000000000000000000000000000000000000000000000000000000000000a
Expand Down