Benoît Sauvère
Benoît Sauvère
We should set up the Apple developer account and then use it to sign the releases
This would allow to have a "hard" deadline for the CloudRIG and reduce the cost if you forgot to stop it (just discovered à 170$ bill because my instance is...
We should make the parameter ice.billing_s3bucketregion optionnal, as it is only required for region with v4 authentication. Moreover this will make v1.1.2 backward compatible.
### 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...
In this PR I've added a `search_path` parameter on the `postgresql_database` resource, which allows to alter the database to set a value for its search path. It's inspired from what...
This PR adds the `require_partition_filter` option for the external tables. From what I've experimented it seems that the "top-level" `require_partition_filter` option does not work here and needs to be set...
### TL;DR After upgrading from the 14.1 to 17 we are seeing some changes on the shared VPC permissions, probably due to https://github.com/terraform-google-modules/terraform-google-project-factory/pull/934 ### Expected behavior No changes if we...
This is a followup of https://github.com/terraform-google-modules/terraform-google-project-factory/pull/934/commits/c1a7e1398c00abd050199aa7ac5db2e2be541860 Fixes #946