We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86328f commit 158df5cCopy full SHA for 158df5c
linode_api4/groups/linode.py
@@ -184,7 +184,7 @@ def instance_create(
184
new_linode, password = client.linode.instance_create(
185
"g6-standard-2",
186
"us-east",
187
- image="linode/debian9",
+ image="linode/debian13",
188
root_pass="aComplex@Password123")
189
190
ltype = client.linode.types().first()
@@ -219,7 +219,7 @@ def instance_create(
219
220
221
222
223
root_pass="aComplex@Password123",
224
stackscript=stackscript,
225
stackscript_data={"gh_username": "example"})
0 commit comments