- Notifications
You must be signed in to change notification settings - Fork929
Closed
Description
When trying the newoptional param incoder_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}
