Closed
Description
When trying the new optional param in coder_external_auth
, (with Github) I am unable to create a workspace if I have not authenticated with Github. The blue 'Create Workspace' button does not work, even though all other required parameters have been set.
terraform {
required_providers {
coder = {
source = "coder/coder"
version = "0.18.0"
}
...
data "coder_external_auth" "github" {
# Matches the ID of the git auth provider in Coder.
id = "primary-github"
optional = true
}
