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
{{ message }}
This repository was archived by the owner on Jul 22, 2025. It is now read-only.
The octopusdeploy_projects datasource filter applies a partial logic despite the name argument is used. This is exactly the same issue as #713 but with octopusdeploy_projects
Steps to reproduce
Create a project named Authorization in a random space
Create a project named Authorization simulator in the same space where you create Thor
Attempt to retrieve the Authorization project using the octopusdeploy_projects data source with the name argument
set to Authorization.
You will get all the created projects in the space with Authorization in their. name, not just the one you are looking for (Authorization)