Tom Straub

Results 9 issues of Tom Straub

GPG key functions exist, but `List()` is missing. https://github.com/hashicorp/go-tfe/blob/main/gpg_key.go Docs: Docs: https://www.terraform.io/cloud-docs/api-docs/private-registry/gpg-keys Potential interface change: ``` type GPGKeys interface { ... existing // List all GPG keys. List(ctx context.Context, organizationName...

enhancement
confirmed

When dealing with Provider Platforms within the Registry, there is an attribute that is helpful to determine if a platform version has been created, but has not been uploaded with...

enhancement
confirmed

Terraform Versions have several attributes that can be filtered on: - official (true or false) - enabled (true or false) - beta (true or false) - usage (when 0 or...

enhancement
confirmed

#### Use-cases As a TFE self-managed Customer, have the ability to manage providers in the registry with Terraform. #### Attempted Solutions There are several API calls that are required to...

feature-request

### Description Currently the ability to create .yml based build pipelines exists, however there is no resource to create release pipelines. ### New or Affected Resource(s) * azuredevops_release_definition ### Potential...

new-resource

### Description Update documentation to highlight this feature. ~Currently the resource `azuredevops_variable_group` only supports ADO hosted variables.~ ~Feature request for adding the ability to connect the variable group to Azure...

documentation

In the page documenting ADO VCS connection, can we add a link to the Microsoft documentation on the originating IP addresses for webhook? Website Page: https://github.com/hashicorp/terraform-website/blob/master/content/source/docs/cloud/vcs/azure-devops-services.html.md Microsoft Documentation: https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github-enterprise?view=azure-devops#azure-devops-ip-addresses

tfc
tw-address
On Hold

### Description Currently the resource `azuredevops_resource_authorization` only supports service endpoints. Feature request for adding build definition authorization to a repository. If you are extending a build pipeline from one repository...

enhancement

Update the Variable API to use the Workspace API https://www.terraform.io/cloud-docs/api-docs/variables ![image](https://user-images.githubusercontent.com/8408833/187218571-d351fb98-6899-45d3-9789-fc944db8fd20.png)