Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Support for allowed workspaces on AgentPools #308

Open
sealneaward opened this issue Dec 11, 2023 · 0 comments
Open

🚀 Support for allowed workspaces on AgentPools #308

sealneaward opened this issue Dec 11, 2023 · 0 comments
Labels
acknowledged enhancement New feature or request

Comments

@sealneaward
Copy link

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.
@iBrandyJackson iBrandyJackson added acknowledged enhancement New feature or request labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknowledged enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants