Fix ssh_keys: ... docs example for hcloud_server (#53466)
Signed-off-by: Luke Murphy <lukewm@riseup.net>pull/4420/head
parent
3d07e7241a
commit
cdf475e830
|
@ -112,7 +112,8 @@ EXAMPLES = """
|
|||
server_type: cx11
|
||||
image: ubuntu-18.04
|
||||
location: fsn1
|
||||
ssh-key: my-ssh-key
|
||||
ssh_keys:
|
||||
- my-ssh-key
|
||||
state: present
|
||||
|
||||
- name: Resize an existing server
|
||||
|
|
Loading…
Reference in New Issue