mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-15 09:13:01 +02:00
GCE correct variable key (#734)
`server_name` should be `gce_server_name` for Google Compute Engine
This commit is contained in:
parent
61cae49caa
commit
1de4ffe594
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ Additional tags:
|
||||||
Required variables:
|
Required variables:
|
||||||
|
|
||||||
- credentials_file
|
- credentials_file
|
||||||
- server_name
|
- gce_server_name
|
||||||
- ssh_public_key
|
- ssh_public_key
|
||||||
- zone
|
- zone
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue