We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://github.com/hashicorp/go-tfe/blob/master/configuration_version.go#L59 we list several ConfigurationSource strings including "tfe-api" for the TFE API, "terraform" (for the TFC UI?) and "bitbucket", "github", and "gitlab". But should we also include "ado" in case the VCS system is Azure DevOps Server or Azure DevOps Services? See https://www.terraform.io/docs/cloud/vcs/index.html#supported-vcs-providers
I'm asking because I am adding a new policy_set_version class and wonder if I should include "ado" there.
The text was updated successfully, but these errors were encountered:
#467 addresses this!
Sorry, something went wrong.
No branches or pull requests
In https://github.com/hashicorp/go-tfe/blob/master/configuration_version.go#L59 we list several ConfigurationSource strings including "tfe-api" for the TFE API, "terraform" (for the TFC UI?) and "bitbucket", "github", and "gitlab". But should we also include "ado" in case the VCS system is Azure DevOps Server or Azure DevOps Services? See https://www.terraform.io/docs/cloud/vcs/index.html#supported-vcs-providers
I'm asking because I am adding a new policy_set_version class and wonder if I should include "ado" there.
The text was updated successfully, but these errors were encountered: