Skip to content

fix: update coder provider version in cloud-dev template#919

Merged
nboyers merged 1 commit into
mainfrom
fix/update-cloud-dev-provider-version
Jun 11, 2026
Merged

fix: update coder provider version in cloud-dev template#919
nboyers merged 1 commit into
mainfrom
fix/update-cloud-dev-provider-version

Conversation

@bjornrobertsson

Copy link
Copy Markdown
Contributor

Summary

The cloud-dev template has version = "~> 0.23" for the coder provider, which is incompatible with modules requiring >= 2.x (e.g., code-server requires >= 2.5.0).

This causes terraform init to fail:

Error: Failed to query available provider packages
Could not retrieve the list of available versions for provider coder/coder:
no available releases match the given constraints ~> 0.23, >= 2.5.0

Changes

Updated registry/nboyers/templates/cloud-dev/main.tf from ~> 0.23 to >= 2.0.

… to >= 2.0

The constraint ~> 0.23 is incompatible with modules requiring >= 2.x,
causing terraform init to fail.
@bjornrobertsson bjornrobertsson requested a review from nboyers June 11, 2026 14:43
@nboyers nboyers marked this pull request as ready for review June 11, 2026 14:49
@nboyers nboyers merged commit 3819c2b into main Jun 11, 2026
4 checks passed
@nboyers nboyers deleted the fix/update-cloud-dev-provider-version branch June 11, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants