Sarah French

Results 89 issues of 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...

documentation
size/s

# Description Closes https://github.com/hashicorp/terraform-provider-google/issues/11773 This PR addresses the issue with this: - **Overrides links automatically added to argument names by the Registry** by adding `` tags to the argument names...

This PR is reducing the diffs between our current docs and what is produced when `make generate` is run to regenerate the documentation. Commit messages should make it clear why...

# PR Description Closes https://github.com/hashicorp/terraform-provider-googleworkspace/issues/331 This PR makes the `email` field case insensitive on both `googleworkspace_group` and `googleworkspace_group_settings` resources, and also makes the provider convert the values to lower case...

In Magic Modules' `mmv1/templates/terraform/examples/base_configs/iam_test_file.go.erb` file there's ga-only logic around import steps of acceptance tests and also around [this code](https://github.com/hashicorp/magic-modules/blob/f363d1c9fbfffc12a491a8dbde18dbc34bdbb77a/templates/terraform/examples/base_configs/iam_test_file.go.erb#L59-L63) ```erb Providers: testAccProvidersOiCS, Providers: testAccProviders, ``` I think this can be...

Updates codeowners of the `gcs` backend to @hashicorp/terraform-ecosystem-strategic team because we maintain the Google provider. The existing code owner @hashicorp/terraform-google is an empty group. We could add everyone to that...

# Description Closes https://github.com/hashicorp/terraform/issues/24967 Currently the gcs backend allows users the option of supplying an encryption key from the client side, [customer-_supplied_ encryption keys](https://cloud.google.com/storage/docs/encryption/customer-supplied-keys), which is used as an additional...

# Description Partially fixes https://github.com/hashicorp/terraform-provider-google/issues/8701 This PR changes the `expandIamCondition` function, which is used in all IAM `_binding` and `_member` resources to read parts of the resources state and convert...

Closes https://github.com/hashicorp/terraform-provider-google/issues/12610 Need to check why code was like this & if it's ok to remove now ---- If this PR is for Terraform, I acknowledge that I have: -...

# Description Partially fixes https://github.com/hashicorp/terraform-provider-google/issues/8701 This PR changes how the `google_iam_policy` data source stores the user-entered data in its computed `policy_data` attribute. It is addressing the first issue I describe...