platform/4040: feat: add additional_transfer_job_excluded_prefixes va…#30
Conversation
…riable for transfer job customization
There was a problem hiding this comment.
Pull request overview
This PR adds the additional_transfer_job_excluded_prefixes variable to allow users to exclude additional prefixes from the Google Cloud Storage transfer job without overriding the existing Drupal-specific defaults. The implementation maintains backward compatibility by providing an empty default and using concat() to merge the additional prefixes with the existing ones.
Key Changes:
- Added
additional_transfer_job_excluded_prefixesvariable with an empty default list - Updated transfer job configuration to concatenate both prefix lists
- Fixed trailing whitespace in
main.tfandCHANGELOG.md
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| variables.tf | Added new additional_transfer_job_excluded_prefixes variable with type list(string) and empty default |
| main.tf | Updated exclude_prefixes to concat both the original and additional prefix lists; fixed trailing whitespace in comment |
| README.md | Added documentation for the new variable in the inputs table (alphabetically sorted) |
| CHANGELOG.md | Added release notes for version 0.11.0 documenting the new variable; fixed trailing whitespace |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…riable for transfer job customization