diff --git a/registry/coder/modules/coder-login/main.tf b/registry/coder/modules/coder-login/main.tf index 873defe85..f7af264ec 100644 --- a/registry/coder/modules/coder-login/main.tf +++ b/registry/coder/modules/coder-login/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { coder = { source = "coder/coder" - version = ">= 0.23" + version = ">= 2.0" } } } diff --git a/registry/coder/modules/git-config/main.tf b/registry/coder/modules/git-config/main.tf index 2d9f54403..3c50377b3 100644 --- a/registry/coder/modules/git-config/main.tf +++ b/registry/coder/modules/git-config/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { coder = { source = "coder/coder" - version = ">= 0.23" + version = ">= 2.0" } } } diff --git a/registry/coder/modules/github-upload-public-key/main.tf b/registry/coder/modules/github-upload-public-key/main.tf index b527400e6..11307dcc7 100644 --- a/registry/coder/modules/github-upload-public-key/main.tf +++ b/registry/coder/modules/github-upload-public-key/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { coder = { source = "coder/coder" - version = ">= 0.23" + version = ">= 2.0" } } } diff --git a/registry/coder/modules/jfrog-oauth/main.tf b/registry/coder/modules/jfrog-oauth/main.tf index 0bfb02bea..f092a2d01 100644 --- a/registry/coder/modules/jfrog-oauth/main.tf +++ b/registry/coder/modules/jfrog-oauth/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { coder = { source = "coder/coder" - version = ">= 0.23" + version = ">= 2.0" } } } diff --git a/registry/coder/modules/jfrog-token/main.tf b/registry/coder/modules/jfrog-token/main.tf index 4de91da5a..cf5a8c79e 100644 --- a/registry/coder/modules/jfrog-token/main.tf +++ b/registry/coder/modules/jfrog-token/main.tf @@ -4,7 +4,7 @@ terraform { required_providers { coder = { source = "coder/coder" - version = ">= 0.23" + version = ">= 2.0" } artifactory = { source = "registry.terraform.io/jfrog/artifactory"