Brittan DeYoung
Brittan DeYoung
### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...
As a developer I would like to be able to manage global cmp policy bindings with terraform. Example Terraform config: ```terraform resource "citrixadc_cmppolicy" "tf_cmppolicy" { name = "tf_cmppolicy" rule =...
Adding a new resource for globally binding cmppolicy resource. Closes: #650
Hello, I am currently trying to use this exporter to collect metrics for our Azure DevOps organization. I have been able to successfully collect metrics using this docker image, but...
This adds the new terraform workspace select flag `-or-create`. This flag is intended to make managing workspaces easier in CI environments where auto creating or selecting a workspace is useful...
This Pull request is a proposal with a method that will generate the `id` for `random_pet` during plan time. Related: #121
### Description Starting today our teams started recieving this error with no changes to the pipeline code. `windows-latest` Error: ``` ##[error]The term 'pwsh.exe' is not recognized as the name of...
### Description of your changes This PR does the following: 1. Upgrades the `hclv2` go package ( and necessary dependencies) to a version that supports reading the new provider defined...
I would like to be able to implement a terraform resource for `resource_infoblox_ns_record`. To do so we need the necessary go client for a full CRUD lifecycle.
As a developer I would like to be able to manage NS records for my domain using terraform. I have also opened an incident on the [infoblox-go-client](https://github.com/infobloxopen/infoblox-go-client) repo to add...