Skip to content

Commit 3b0e2b4

Browse files
authored
fix(examples): remove version specification
``` 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.17.0, ~> 1.0.0, >= 2.1.0 To see which modules are currently depending on coder/coder and what versions are specified, run the following command: terraform providers ```
1 parent 4f70b59 commit 3b0e2b4

File tree

1 file changed

+1
-2
lines changed
  • examples/templates/docker-devcontainer

1 file changed

+1
-2
lines changed

examples/templates/docker-devcontainer/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
terraform {
22
required_providers {
33
coder = {
4-
source = "coder/coder"
5-
version = "~> 1.0.0"
4+
source = "coder/coder"
65
}
76
docker = {
87
source = "kreuzwerker/docker"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy