Open
Description
Description
We are creating agent pools for specific workspaces for interacting with private infrastructure.
We do not want the agent pools that we create through the operator to interact with all workspaces in our organization.
Currently, we do this separate of the CRD definition through the tfe_agent_pool_allowed_workspaces
Terraform resource.
It would make sense to allow the configuration of this within the CRD definition of the AgentPool.
Potential YAML Configuration
apiVersion: app.terraform.io/v1alpha2
kind: AgentPool
spec:
allowedWorkspaces:
- name: <workspacename>
Community Note
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.