Bruno Schaatsbergen

Results 35 issues of Bruno Schaatsbergen

Similar to the existing AWS built-in functions (e.g. [get_aws_account_id()](https://terragrunt.gruntwork.io/docs/reference/built-in-functions/#get_aws_account_id), it would be nice to add some more GCP built-in functions. To start with, getting the GCP project ID. If I...

enhancement

If this PR is for Terraform, I acknowledge that I have: - [x] Searched through the [issue tracker](https://github.com/hashicorp/terraform-provider-google/issues) for an open issue that this either resolves or contributes to, commented...

### 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...

documentation
new-resource
size/XL
tests
provider
service/identitystore

This pull request implements the feature requested in https://github.com/hashicorp/terraform/issues/31244. # Summary Currently the [S3 Backend](https://www.terraform.io/language/settings/backends/s3) does not support assuming a role with web identity. As we already support assuming a...

enhancement
backend/s3

Closes #34234 ## Summary The current implementation resolves version `v0.11.0` of the [golang.org/x/oauth2](https://pkg.go.dev/cloud.google.com/go/storage) package, and this update is necessary for compatibility with the Google Cloud Storage SDK, as per the...

bug
backend/gcs

It seems that when Terraform asks a provider to import something and the resource configuration isn't present in the working directory Terraform is producing an error message which includes the...

bug
new

### Description ### Relations Closes #34854 ### References ### Output from Acceptance Testing ```console % make testacc TESTS=TestAccXXX PKG=ec2 ... ```

new-resource
size/XL
tests
service/imagebuilder
client-connections
generators
external-maintainer

**Description** Currently, the testing of the Google Cloud Storage API relies on a very basic HTTP server for mocking request responses. This is insufficient for testing more complex scenarios and...

kind/enhancement

Closes #517 The `random_ip` resource generates a random IP address, either IPv4 or IPv6. By default, it randomly chooses between 0.0.0.0/0 (IPv4) and ::/0 (IPv6). You can influence the IP...

new-resource
size/XL
needs-more-input