File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6965,7 +6965,7 @@ paths:
69656965 "region": "us-east",
69666966 "group": "Linode-Group",
69676967 "metadata": {
6968- "user_data": "I2Nsb3VkLWNvbmZpZwpwYWNrYWdlX3VwZGF0ZTogdHJ1ZQpwYWNrYWdlX3VwZ3JhZGU6IHRydWU ="
6968+ "user_data": "I2Nsb3VkLWNvbmZpZw= ="
69696969 }
69706970 }' \
69716971 https://api.linode.com/v4/linode/instances
@@ -6979,9 +6979,10 @@ paths:
69796979 --stackscript_data '{"gh_username": "linode"}' \
69806980 --region us-east \
69816981 --type g6-standard-2 \
6982- --authorized_keys "ssh-rsa AAAA_valid_public_ssh_key_123456785== user@their-computer"
6983- --authorized_users "myUser"
6984- --authorized_users "secondaryUser"
6982+ --authorized_keys "ssh-rsa AAAA_valid_public_ssh_key_123456785== user@their-computer" \
6983+ --authorized_users "myUser" \
6984+ --authorized_users "secondaryUser" \
6985+ --metadata.user_data "I2Nsb3VkLWNvbmZpZw==)"
69856986 /linode/instances/{linodeId}:
69866987 parameters:
69876988 - name: linodeId
You can’t perform that action at this time.
0 commit comments