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
Hello, this a documentation bug for the mongodbatlas_projects data source to return all projects. The resource is incorrectly documented. projects != project.
│ Error: Unsupported argument
│
│ on projects.tf line 18, in data "mongodbatlas_project""active_projects":
│ 18:page_num=1
│
│ An argument named "page_num" is not expected here.
╵
╷
│ Error: Unsupported argument
│
│ on projects.tf line 19, in data "mongodbatlas_project""active_projects":
│ 19:items_per_page=5
│
│ An argument named "items_per_page" is not expected here.
Hello, this a documentation bug for the
mongodbatlas_projects
data source to return all projects. The resource is incorrectly documented. projects != project.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: