You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform CLI and Terraform MongoDB Atlas Provider Version
Terraform Configuration File
# Copy-paste your configuration info here
Steps to Reproduce
Create the resource as described above.
Expected Behavior
Data to be returned.
Actual Behavior
Error: Reference to undeclared resource
│
│ on projects.tf line 17, in module "projects":
│ 17:team_id=data.mongodbatlas_team.developers.team_id
│
│ A data resource "mongodbatlas_team""developers" has not been declared in the root module.
Hello, this a documentation bug for the
mongodbatlas_teams
data source. The resource is incorrectly documented. teams != teams..The correct documentation should be:
Terraform CLI and Terraform MongoDB Atlas Provider Version
Terraform Configuration File
# Copy-paste your configuration info here
Steps to Reproduce
Create the resource as described above.
Expected Behavior
Data to be returned.
Actual Behavior
Debug Output
Crash Output
Additional Context
References
https://registry.terraform.io/providers/mongodb/mongodbatlas/latest/docs/data-sources/projects
The text was updated successfully, but these errors were encountered: