Closed renovate[bot] closed 8 months ago
Hey @renovate[bot]! 👋
Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process.
Make sure that this PR clearly explains:
With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE.
The following ChatOps commands are supported:
/help
: notifies a maintainer to help you outSimply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command.
This message was generated automatically. You are welcome to improve it.
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 2 | 0 | 0.04s | |
✅ COPYPASTE | jscpd | yes | no | 1.65s | |
✅ REPOSITORY | checkov | yes | no | 16.49s | |
✅ REPOSITORY | dustilock | yes | no | 0.45s | |
✅ REPOSITORY | gitleaks | yes | no | 1.13s | |
✅ REPOSITORY | git_diff | yes | no | 0.01s | |
✅ REPOSITORY | grype | yes | no | 10.73s | |
✅ REPOSITORY | secretlint | yes | no | 1.28s | |
✅ REPOSITORY | syft | yes | no | 0.42s | |
✅ REPOSITORY | trivy-sbom | yes | no | 1.39s | |
✅ REPOSITORY | trufflehog | yes | no | 5.84s | |
✅ SPELL | cspell | 14 | 0 | 2.45s | |
✅ TERRAFORM | terraform-fmt | 11 | 0 | 0 | 0.94s |
✅ YAML | prettier | 2 | 0 | 0 | 0.62s |
✅ YAML | v8r | 2 | 0 | 2.95s | |
✅ YAML | yamllint | 2 | 0 | 0.48s |
See detailed report in MegaLinter reports
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
This PR contains the following updates:
5.39.0
->5.40.0
==1.34.54
->==1.34.59
==1.34.54
->==1.34.59
v7.9.0
->v7.10.0
877b7a7
->af22b09
5.5.2
->5.5.3
Release Notes
hashicorp/terraform-provider-aws (aws)
### [`v5.40.0`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5400-March-7-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.39.1...v5.40.0) FEATURES: - **New Function:** `arn_build` ([#34952](https://togithub.com/hashicorp/terraform-provider-aws/issues/34952)) - **New Function:** `arn_parse` ([#34952](https://togithub.com/hashicorp/terraform-provider-aws/issues/34952)) - **New Resource:** `aws_account_region` ([#35739](https://togithub.com/hashicorp/terraform-provider-aws/issues/35739)) - **New Resource:** `aws_securitylake_subscriber` ([#35981](https://togithub.com/hashicorp/terraform-provider-aws/issues/35981)) ENHANCEMENTS: - data-source/aws_rds_engine_version: Add `has_major_target` and `has_minor_target` optional arguments and `valid_major_targets` and `valid_minor_targets` attributes ([#36246](https://togithub.com/hashicorp/terraform-provider-aws/issues/36246)) - resource/aws_batch_job_queue: added parameter `compute_environment_order` which conflicts with `compute_environments` but aligns with AWS API. `compute_environments` has been deprecated. ([#34750](https://togithub.com/hashicorp/terraform-provider-aws/issues/34750)) - resource/aws_cloudfront_distribution: Remove the upper limit on `origin.custom_origin_config.origin_read_timeout` ([#36088](https://togithub.com/hashicorp/terraform-provider-aws/issues/36088)) - resource/aws_db_instance: Add `io2` as a valid value for `storage_type` ([#36252](https://togithub.com/hashicorp/terraform-provider-aws/issues/36252)) - resource/aws_elasticache_serverless_cache: Add plan-time validation of `cache_usage_limits.ecpu_per_second.maximum` ([#35927](https://togithub.com/hashicorp/terraform-provider-aws/issues/35927)) - resource/aws_iot_policy: Add tagging support ([#36102](https://togithub.com/hashicorp/terraform-provider-aws/issues/36102)) - resource/aws_iot_role_alias: Add tagging support ([#36255](https://togithub.com/hashicorp/terraform-provider-aws/issues/36255)) - resource/aws_opensearch_domain: Add `use_off_peak_window` argument to the `auto_tune_options` configuration block ([#36067](https://togithub.com/hashicorp/terraform-provider-aws/issues/36067)) - resource/aws_rds_cluster: Add `io2` as a valid value for `storage_type` ([#36252](https://togithub.com/hashicorp/terraform-provider-aws/issues/36252)) - resource/aws_s3\_bucket_object: Adds attribute `arn`. ([#35710](https://togithub.com/hashicorp/terraform-provider-aws/issues/35710)) - resource/aws_s3\_object: Adds attribute `arn`. ([#35710](https://togithub.com/hashicorp/terraform-provider-aws/issues/35710)) - resource/aws_s3\_object_copy: Adds attribute `arn`. ([#35710](https://togithub.com/hashicorp/terraform-provider-aws/issues/35710)) - resource/aws_wafv2\_rule_group: Add `evaluation_window_sec` argument to the `rate_based_statement` configuration block ([#36045](https://togithub.com/hashicorp/terraform-provider-aws/issues/36045)) - resource/aws_wafv2\_web_acl: Add `evaluation_window_sec` argument to the `rate_based_statement` configuration block ([#36045](https://togithub.com/hashicorp/terraform-provider-aws/issues/36045)) BUG FIXES: - data-source/aws_rds_engine_version: Fix bugs that could limit engine version to a default version even when not appropriate ([#36246](https://togithub.com/hashicorp/terraform-provider-aws/issues/36246)) - resource/aws_db_instance: Correctly sets `parameter_group_name` when `replicate_source_db` is in different region. ([#36080](https://togithub.com/hashicorp/terraform-provider-aws/issues/36080)) - resource/aws_elastic_beanstalk_environment: Fix `InvalidParameterValue: Environment named ... is in an invalid state for this operation. Must be Ready` errors when `tags` are updated along with other attributes ([#36074](https://togithub.com/hashicorp/terraform-provider-aws/issues/36074)) - resource/aws_elasticache_serverless_cache: Change `cache_usage_limits.data_storage.maximum` and `cache_usage_limits.ecpu_per_second.maximum` to [ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew) ([#35927](https://togithub.com/hashicorp/terraform-provider-aws/issues/35927)) - resource/aws_medialive_channel: Fix handling of optional `encoder_settings.audio_descriptions` arguments ([#36097](https://togithub.com/hashicorp/terraform-provider-aws/issues/36097)) - resource/aws_rds_global_cluster: Fix bugs and delays that could occur when performing major or minor version upgrades ([#36246](https://togithub.com/hashicorp/terraform-provider-aws/issues/36246)) - resource/aws_s3\_bucket: Tags with empty values no longer remove all tags. ([#35710](https://togithub.com/hashicorp/terraform-provider-aws/issues/35710)) - resource/aws_s3\_bucket_object: Tags with empty values no longer remove all tags. ([#35710](https://togithub.com/hashicorp/terraform-provider-aws/issues/35710)) - resource/aws_s3\_object: Tags with empty values no longer remove all tags. ([#35710](https://togithub.com/hashicorp/terraform-provider-aws/issues/35710)) - resource/aws_s3\_object_copy: Tags with empty values no longer remove all tags. ([#35710](https://togithub.com/hashicorp/terraform-provider-aws/issues/35710)) - resource/aws_vpclattice_listener_rule: Remove `action.forward.target_groups` maximum item limit ([#36095](https://togithub.com/hashicorp/terraform-provider-aws/issues/36095)) ### [`v5.39.1`](https://togithub.com/hashicorp/terraform-provider-aws/blob/HEAD/CHANGELOG.md#5391-March-1-2024) [Compare Source](https://togithub.com/hashicorp/terraform-provider-aws/compare/v5.39.0...v5.39.1) BUG FIXES: - data-source/aws_instance: Fix `panic: Invalid address to set` related to `root_block_device.0.tags_all` ([#36054](https://togithub.com/hashicorp/terraform-provider-aws/issues/36054))boto/boto3 (boto3)
### [`v1.34.59`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13459) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.58...1.34.59) \======= - api-change:`batch`: \[`botocore`] This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues. - api-change:`bedrock-agent-runtime`: \[`botocore`] Documentation update for Bedrock Runtime Agent - api-change:`cloudtrail`: \[`botocore`] Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs. - api-change:`codebuild`: \[`botocore`] This release adds support for a new webhook event: PULL_REQUEST_CLOSED. - api-change:`cognito-idp`: \[`botocore`] Add ConcurrentModificationException to SetUserPoolMfaConfig - api-change:`guardduty`: \[`botocore`] Add RDS Provisioned and Serverless Usage types - api-change:`transfer`: \[`botocore`] Added DES_EDE3\_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector. ### [`v1.34.58`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13458) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.57...1.34.58) \======= - api-change:`appconfig`: \[`botocore`] AWS AppConfig now supports dynamic parameters, which enhance the functionality of AppConfig Extensions by allowing you to provide parameter values to your Extensions at the time you deploy your configuration. - api-change:`ec2`: \[`botocore`] This release adds an optional parameter to RegisterImage and CopyImage APIs to support tagging AMIs at the time of creation. - api-change:`grafana`: \[`botocore`] Adds support for the new GrafanaToken as part of the Amazon Managed Grafana Enterprise plugins upgrade to associate your AWS account with a Grafana Labs account. - api-change:`lambda`: \[`botocore`] Documentation updates for AWS Lambda - api-change:`payment-cryptography-data`: \[`botocore`] AWS Payment Cryptography EMV Decrypt Feature Release - api-change:`rds`: \[`botocore`] Updates Amazon RDS documentation for io2 storage for Multi-AZ DB clusters - api-change:`snowball`: \[`botocore`] Doc-only update for change to EKS-Anywhere ordering. - api-change:`wafv2`: \[`botocore`] You can increase the max request body inspection size for some regional resources. The size setting is in the web ACL association config. Also, the AWSManagedRulesBotControlRuleSet EnableMachineLearning setting now takes a Boolean instead of a primitive boolean type, for languages like Java. - api-change:`workspaces`: \[`botocore`] Added note for user decoupling ### [`v1.34.57`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13457) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.56...1.34.57) \======= - api-change:`dynamodb`: \[`botocore`] Doc only updates for DynamoDB documentation - api-change:`imagebuilder`: \[`botocore`] Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response. - api-change:`mwaa`: \[`botocore`] Amazon MWAA adds support for Apache Airflow v2.8.1. - api-change:`rds`: \[`botocore`] Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value. - api-change:`redshift`: \[`botocore`] Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation. - api-change:`verifiedpermissions`: \[`botocore`] Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs. ### [`v1.34.56`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13456) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.55...1.34.56) \======= - api-change:`apigateway`: \[`botocore`] Documentation updates for Amazon API Gateway - api-change:`chatbot`: \[`botocore`] Minor update to documentation. - api-change:`organizations`: \[`botocore`] This release contains an endpoint addition - api-change:`sesv2`: \[`botocore`] Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2. ### [`v1.34.55`](https://togithub.com/boto/boto3/blob/HEAD/CHANGELOG.rst#13455) [Compare Source](https://togithub.com/boto/boto3/compare/1.34.54...1.34.55) \======= - api-change:`cloudformation`: \[`botocore`] Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs - api-change:`fsx`: \[`botocore`] Added support for creating FSx for NetApp ONTAP file systems with up to 12 HA pairs, delivering up to 72 GB/s of read throughput and 12 GB/s of write throughput. - api-change:`organizations`: \[`botocore`] Documentation update for AWS Organizationsboto/botocore (botocore)
### [`v1.34.59`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13459) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.58...1.34.59) \======= - api-change:`batch`: This release adds JobStateTimeLimitActions setting to the Job Queue API. It allows you to configure an action Batch can take for a blocking job in front of the queue after the defined period of time. The new parameter applies for ECS, EKS, and FARGATE Job Queues. - api-change:`bedrock-agent-runtime`: Documentation update for Bedrock Runtime Agent - api-change:`cloudtrail`: Added exceptions to CreateTrail, DescribeTrails, and ListImportFailures APIs. - api-change:`codebuild`: This release adds support for a new webhook event: PULL_REQUEST_CLOSED. - api-change:`cognito-idp`: Add ConcurrentModificationException to SetUserPoolMfaConfig - api-change:`guardduty`: Add RDS Provisioned and Serverless Usage types - api-change:`transfer`: Added DES_EDE3\_CBC to the list of supported encryption algorithms for messages sent with an AS2 connector. ### [`v1.34.58`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13458) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.57...1.34.58) \======= - api-change:`appconfig`: AWS AppConfig now supports dynamic parameters, which enhance the functionality of AppConfig Extensions by allowing you to provide parameter values to your Extensions at the time you deploy your configuration. - api-change:`ec2`: This release adds an optional parameter to RegisterImage and CopyImage APIs to support tagging AMIs at the time of creation. - api-change:`grafana`: Adds support for the new GrafanaToken as part of the Amazon Managed Grafana Enterprise plugins upgrade to associate your AWS account with a Grafana Labs account. - api-change:`lambda`: Documentation updates for AWS Lambda - api-change:`payment-cryptography-data`: AWS Payment Cryptography EMV Decrypt Feature Release - api-change:`rds`: Updates Amazon RDS documentation for io2 storage for Multi-AZ DB clusters - api-change:`snowball`: Doc-only update for change to EKS-Anywhere ordering. - api-change:`wafv2`: You can increase the max request body inspection size for some regional resources. The size setting is in the web ACL association config. Also, the AWSManagedRulesBotControlRuleSet EnableMachineLearning setting now takes a Boolean instead of a primitive boolean type, for languages like Java. - api-change:`workspaces`: Added note for user decoupling ### [`v1.34.57`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13457) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.56...1.34.57) \======= - api-change:`dynamodb`: Doc only updates for DynamoDB documentation - api-change:`imagebuilder`: Add PENDING status to Lifecycle Execution resource status. Add StartTime and EndTime to ListLifecycleExecutionResource API response. - api-change:`mwaa`: Amazon MWAA adds support for Apache Airflow v2.8.1. - api-change:`rds`: Updated the input of CreateDBCluster and ModifyDBCluster to support setting CA certificates. Updated the output of DescribeDBCluster to show current CA certificate setting value. - api-change:`redshift`: Update for documentation only. Covers port ranges, definition updates for data sharing, and definition updates to cluster-snapshot documentation. - api-change:`verifiedpermissions`: Deprecating details in favor of configuration for GetIdentitySource and ListIdentitySources APIs. ### [`v1.34.56`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13456) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.55...1.34.56) \======= - api-change:`apigateway`: Documentation updates for Amazon API Gateway - api-change:`chatbot`: Minor update to documentation. - api-change:`organizations`: This release contains an endpoint addition - api-change:`sesv2`: Adds support for providing custom headers within SendEmail and SendBulkEmail for SESv2. ### [`v1.34.55`](https://togithub.com/boto/botocore/blob/HEAD/CHANGELOG.rst#13455) [Compare Source](https://togithub.com/boto/botocore/compare/1.34.54...1.34.55) \======= - api-change:`cloudformation`: Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs - api-change:`fsx`: Added support for creating FSx for NetApp ONTAP file systems with up to 12 HA pairs, delivering up to 72 GB/s of read throughput and 12 GB/s of write throughput. - api-change:`organizations`: Documentation update for AWS Organizationsoxsecurity/megalinter (oxsecurity/megalinter)
### [`v7.10.0`](https://togithub.com/oxsecurity/megalinter/blob/HEAD/CHANGELOG.md#v7100---2024-03-10) [Compare Source](https://togithub.com/oxsecurity/megalinter/compare/v7.9.0...v7.10.0) - Core - Media - [How to use MegaLinter with Jenkins](https://www.youtube.com/watch?v=KhkNf2tQ3hM), by [Darin Pope](https://www.linkedin.com/in/darinpope/) / [Cloudbees](https://www.cloudbees.com/) - Fixes - Trivy: use `misconfig` instead of the deprecated `config` scanner, updating the default arguments - Update calls to sfdx-scanner to output a CSV file for Aura & LWC - Kics: fixed error count in the summary table - Fix issue with EXTENDS using private repository by sending GITHUB_TOKEN as HTTP auth header - Fix SPELL_VALE_CONFIG_FILE not working (handle the override of linter CONFIG_FILE if the linter is activated only if some files are found) - Doc - Removed obsolete warning for semgrep as the issue has been fixed - Linter versions upgrades - [actionlint](https://rhysd.github.io/actionlint/) from 1.6.26 to **1.6.27** - [bandit](https://bandit.readthedocs.io/en/latest/) from 1.7.7 to **1.7.8** - [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.25.3 to **0.25.53** - [black](https://black.readthedocs.io/en/stable/) from 24.1.1 to **24.2.0** - [cfn-lint](https://togithub.com/aws-cloudformation/cfn-lint) from 0.85.1 to **0.86.0** - [checkov](https://www.checkov.io/) from 3.2.20 to **3.2.21** - [checkstyle](https://checkstyle.org/) from 10.13.0 to **10.14.0** - [clj-kondo](https://togithub.com/borkdude/clj-kondo) from 2023.12.15 to **2024.03.05** - [csharpier](https://csharpier.com/) from 0.27.2 to **0.27.3** - [cspell](https://togithub.com/streetsidesoftware/cspell/tree/master/packages/cspell) from 8.3.2 to **8.6.0** - [devskim](https://togithub.com/microsoft/DevSkim) from 1.0.28 to **1.0.32** - [dotnet-format](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-format) from 7.0.115 to **8.0.102** - [eslint](https://eslint.org) from 8.56.0 to **8.57.0** - [golangci-lint](https://golangci-lint.run/) from 1.56.1 to **1.56.2** - [grype](https://togithub.com/anchore/grype) from 0.74.5 to **0.74.7** - [helm](https://helm.sh/docs/helm/helm_lint/) from 3.13.2 to **3.14.2** - [kics](https://www.kics.io) from 1.7.12 to **1.7.13** - [ktlint](https://ktlint.github.io) from 1.1.1 to **1.2.1** - [lightning-flow-scanner](https://togithub.com/Lightning-Flow-Scanner) from 2.16.0 to **2.18.0** - [mypy](https://mypy.readthedocs.io/en/stable/) from 1.8.0 to **1.9.0** - [npm-groovy-lint](https://nvuillam.github.io/npm-groovy-lint/) from 14.2.1 to **14.2.3** - [phpcs](https://togithub.com/PHPCSStandards/PHP_CodeSniffer) from 3.8.1 to **3.9.0** - [phpstan](https://phpstan.org/) from 1.10.57 to **1.10.60** - [powershell](https://togithub.com/PowerShell/PSScriptAnalyzer) from 7.4.0 to **7.4.1** - [powershell_formatter](https://togithub.com/PowerShell/PSScriptAnalyzer) from 7.4.0 to **7.4.1** - [protolint](https://togithub.com/yoheimuta/protolint) from 0.47.5 to **0.48.0** - [psalm](https://psalm.dev) from Psalm.5.21.1@ to **Psalm.5.23.0@** - [pylint](https://pylint.readthedocs.io) from 3.0.3 to **3.1.0** - [pyright](https://togithub.com/Microsoft/pyright) from 1.1.350 to **1.1.353** - [rubocop](https://rubocop.org/) from 1.60.2 to **1.62.0** - [ruff](https://togithub.com/astral-sh/ruff) from 0.2.1 to **0.3.2** - [scalafix](https://scalacenter.github.io/scalafix/) from 0.11.1 to **0.12.0** - [secretlint](https://togithub.com/secretlint/secretlint) from 8.1.1 to **8.1.2** - [shellcheck](https://togithub.com/koalaman/shellcheck) from 0.9.0 to **0.10.0** - [snakemake](https://snakemake.readthedocs.io/en/stable/) from 8.4.8 to **8.5.5** - [syft](https://togithub.com/anchore/syft) from 0.104.0 to **1.0.1** - [terraform-fmt](https://developer.hashicorp.com/terraform/cli/commands/fmt) from 1.7.3 to **1.7.4** - [terragrunt](https://terragrunt.gruntwork.io) from 0.55.1 to **0.55.13** - [trufflehog](https://togithub.com/trufflesecurity/trufflehog) from 3.67.5 to **3.69.0** - [vale](https://vale.sh/) from 3.0.5 to **3.2.2** - [xmllint](https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home) from 21106 to **21107** - [yamllint](https://yamllint.readthedocs.io/) from 1.34.0 to **1.35.1**terraform-aws-modules/terraform-aws-vpc (terraform-aws-modules/vpc/aws)
### [`v5.5.3`](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/blob/HEAD/CHANGELOG.md#553-2024-03-06) [Compare Source](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.5.2...v5.5.3) ##### Bug Fixes - Update CI workflow versions to remove deprecated runtime warnings ([#1052](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/issues/1052)) ([3b5b7f1](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/commit/3b5b7f1fea768c6c933ea1ce2f8ee11250fa94cb)) ##### [5.5.2](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.5.1...v5.5.2) (2024-02-09) ##### Bug Fixes - Added create_before_destroy to aws_customer_gateway ([#1036](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/issues/1036)) ([5f5df57](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/commit/5f5df571925895ad1fdf5a3bd04e539aa13f5a1d)) ##### [5.5.1](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/compare/v5.5.0...v5.5.1) (2024-01-13) ##### Bug Fixes - Correct VPC endpoint private DNS resolver `for_each` key ([#1029](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/issues/1029)) ([a837be1](https://togithub.com/terraform-aws-modules/terraform-aws-vpc/commit/a837be12882c8f74984620752937b4806da2d6d4))Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.