-
Notifications
You must be signed in to change notification settings - Fork 66
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
Add support for creating and removing agent pools #4
Comments
When implementing this feature, would it also make sense to include authorizations on the agent pool to Azure DevOps projects ? |
@sdib I think it makes sense yes, but it should be optional. Not all organizations manage agent pool queues / authorizations at deployment time. Do you think it's possible? |
@jcorioland yes I think so, using a flag for example. |
@sdib I like the idea! Can you please make a proposal of what the TF configuration could look like so we can validate the idea and then move to the implementation? Are you willing to do it? |
hello @jcorioland I think it could look like something like this :
I'm happy to implement this once we agree on the design |
@sdib thanks for the proposal! it looks good to me. Let me know if I can help. |
hey @sdib, have you been able to make some progress on this item? thanks! |
hello @nathanchere, I didn't had time to progress on this, if you can take it over, please go ahead. |
@nathanchere is it something you are interested to work on? |
Now that the Azure DevOps provider for Terraform is released, we can add the support in this module for adding/removing the agent pool, instead of requiring these pools to be created before the module is used.
The text was updated successfully, but these errors were encountered: