fix(iaas-instance): Fixed typo

This commit is contained in:
l-nmch
2026-03-22 18:53:14 +01:00
parent 74d27be222
commit cdd3b3e4b1

View File

@@ -33,7 +33,7 @@ remote_token = "<token>"
remote_coder_project = "Coder"
remote_coder_network = "Main"
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"]
```