Coder.comC
Coder.comโ€ข10mo agoโ€ข
7 replies
Hamed

The provider coder/coder does not support data source "coder_git_auth".

hi, i added github similar to the docs but getting the following error when pushing the template.


2025-04-17 14:52:35.713+02:00 Error: Invalid data source
2025-04-17 14:52:35.713+02:00 on main.tf line 301, in data "coder_git_auth" "github":
2025-04-17 14:52:35.714+02:00   301: data "coder_git_auth" "github" {
2025-04-17 14:52:35.714+02:00 
2025-04-17 14:52:35.715+02:00 The provider coder/coder does not support data source "coder_git_auth".


i have the coder running in gcp vm and updated the env vars + restarted the coder service. (the change for the git is done in the tf file for gcp-linux as:
data "coder_git_auth" "github" {
  id = "github-primary"
}


i saw does not support data source "coder_git_auth" already bit i'm in the latest version of coder ๐Ÿ‘€
Was this page helpful?