fix(iaas-instance): Fixed typo
This commit is contained in:
@@ -33,7 +33,7 @@ remote_token = "<token>"
|
|||||||
remote_coder_project = "Coder"
|
remote_coder_project = "Coder"
|
||||||
remote_coder_network = "Main"
|
remote_coder_network = "Main"
|
||||||
remote_coder_storage_pool = "local"
|
remote_coder_storage_pool = "local"
|
||||||
remote_coder_profiles = ["1vCPU-1GiB-20GB", "2vCPU-2GiB-20GB"]
|
remote_coder_profiles = ["1vCPU-2GiB-disk20GiB", "2vCPU-4GiB-disk20GiB", "4vCPU-8GiB-disk60GiB"]
|
||||||
remote_coder_images = ["images:ubuntu/24.04/cloud", "images:debian/13/cloud", "images:alpine/3.23/cloud"]
|
remote_coder_images = ["images:ubuntu/24.04/cloud", "images:debian/13/cloud", "images:alpine/3.23/cloud"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user