Sarah French
Sarah French
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. * Please do...
This PR adds acceptance tests that demonstrate: - how the provider behaves when provider configuration arguments come from different sources ( config vs ENVs) - schema-level validation that's in place,...
Fixes https://github.com/hashicorp/terraform-provider-google/issues/18774 # Summary This PR: - **Changes how the plugin-framework implementation of the provider is configured** - _Before_: Parallel implementation of configuration logic that parses user inputs and populates...
This PR adds acceptance tests for usage of `billing_project ` that demonstrate: - how the provider behaves when provider configuration arguments come from different sources ( config vs ENVs) -...
Proposal: use embedded structs to add GetProject methods to PF-implemented resources & data sources
Blocked by muxing fixes PR (this PR contains that PR's commits) # Background Dating from the time of the original muxing in 2023 there is [a function called **GetProjectFramework**](https://github.com/hashicorp/terraform-provider-google-beta/blob/c56e8bfea58d081d0e236e9630f5b2baa4820e80/google-beta/fwresource/field_helpers.go#L21) that's...
Blocked by muxing fixes PR (this PR contains that PR's commits) # Description Each resource and data source implemented with the plugin-framework will require a Configure method. The Configure method...
**Release Note Template for Downstream PRs (will be copied)** ```release-note:none ```
This was prompted by https://github.com/hashicorp/terraform-provider-google/issues/19741 but isn't related as the failing test is for impersonate_service_account_delegates not impersonate_service_account **Release Note Template for Downstream PRs (will be copied)** ```release-note:none ```
An example PR showing how to add a new project in TeamCity for testing a major release branch This project would: - Test the GA version of the feature branch...
paired with https://github.com/hashicorp/terraform-provider-google/pull/20013