Tom Harvey

Results 41 issues of Tom Harvey

This PR updates the `dns` service to use `hashicorp/go-azure-sdk`

dependencies
service/dns
size/XL
refactor

This PR refactors: * Data Source: `azurerm_dedicated_host` * Data Source: `azurerm_dedicated_host_group` * `azurerm_dedicated_host` * `azurerm_dedicated_host_group` To use the `compute` package from `hashicorp/go-azure-sdk` - tests pass: ![Screenshot 2022-07-13 at 11 23...

dependencies
size/XL
refactor
service/dedicated-hosts
service/maintenance

### SDK version > github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1 ### Use-cases When performing state migrations, the new method `StateUpgraders` requires defining a point-in-time reference to the Terraform Schema - in contrast to the...

enhancement
terraform-plugin-framework

### SDK version ``` github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1 ``` ### Relevant provider source code Any acceptance test making use of a secondary/downloaded provider. ### Debug Output ``` === CONT TestAccAzureEndpoint_requiresImport testcase.go:110: Error...

bug
subsystem/tests

This commit introduces the Service Registration and Service Builder [The AzureRM Provider](https://github.com/terraform-providers/terraform-provider-azurerm) is using Service Packages to allow us to break up the codebase into smaller pieces. A key component...

This PR ensures that all fields within the `teamcity_project` resource have a value - which is required in Terraform 0.12. There's a couple of other changes in here too, since...

This introduces a new resource for managing the Versioned Settings Feature for a Project Whilst implementing this I realised I missed support for configuring "credentialsStorageType" which allows using the Secure...

Dependent on https://github.com/cvbarros/go-teamcity/pull/80

This PR makes three changes: * Build Configuration: support for updating the Name * Build Configuration: making the `step` block Computed * Project: support for updating the Name When creating...

This PR includes a new Data Source & Resource for Agent Pools and a Resource for managing Agent Pool - Project assignments - which can be managed via: ``` data...