Skip to content

Bump the terraform-all-dependencies group across 1 directory with 4 updates#1997

Merged
whi-tw merged 2 commits into
mainfrom
dependabot/terraform/infra/shared/main/terraform-all-dependencies-811a6ca7f5
Mar 19, 2026
Merged

Bump the terraform-all-dependencies group across 1 directory with 4 updates#1997
whi-tw merged 2 commits into
mainfrom
dependabot/terraform/infra/shared/main/terraform-all-dependencies-811a6ca7f5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 23, 2026

Bumps the terraform-all-dependencies group with 4 updates in the /infra/shared directory: auth0/auth0, hashicorp/aws, hashicorp/awscc and hashicorp/local.

Updates auth0/auth0 from 1.39.0 to 1.39.1

Release notes

Sourced from auth0/auth0's releases.

v1.39.1

BUG FIXES:

  • resource/auth0_attack_protection – Improve CAPTCHA provider validation to allow imports with null sensitive fields while still enforcing checks on create/update (#1468)
  • resource/auth0_client_grant – Make allow_all_scopes nullable so it's omitted from API requests when not explicitly set, and fix transitions to specific scopes (#1471)
  • resource/auth0_user_attribute_profile – Remove redundant MinItems constraint from SAML mappings to fix Terraform generation errors (#1461)

NOTES:

  • resource/auth0_client – Update grant_types documentation to include Auth0 extension grants (#1470)
Changelog

Sourced from auth0/auth0's changelog.

v1.39.1

BUG FIXES:

  • resource/auth0_attack_protection – Improve CAPTCHA provider validation to allow imports with null sensitive fields while still enforcing checks on create/update (#1468)
  • resource/auth0_client_grant – Make allow_all_scopes nullable so it's omitted from API requests when not explicitly set, and fix transitions to specific scopes (#1471)
  • resource/auth0_user_attribute_profile – Remove redundant MinItems constraint from SAML mappings to fix Terraform generation errors (#1461)

NOTES:

  • resource/auth0_client – Update grant_types documentation to include Auth0 extension grants (#1470)
Commits
  • d32642e Add Changelog for v1.39.1 (#1475)
  • 08c8fe1 chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.1 to...
  • 8169472 Update client.md - Add more of supported grant_types to client resource doc (...
  • 7eb75b1 Update CAPTCHA provider sensitive field validation (#1468)
  • f8997be fix(client): update allow_all_scopes handling in client grants (#1471)
  • a690909 Remove redundant MinItems constraint from SAML mappings (#1461)
  • See full diff in compare view

Updates hashicorp/aws from 6.30.0 to 6.32.1

Release notes

Sourced from hashicorp/aws's releases.

v6.32.1

6.32.1 (February 13, 2026)

BUG FIXES:

  • resource/aws_autoscaling_group: Fix couldn't find resource error during creation when waiting for capacity to be satisfied (#46452)
  • resource/aws_cloudwatch_log_delivery: Fix s3_delivery_configuration.suffix_path losing AWS-added prefix on update (#46455)
  • resource/aws_dynamodb_table: Fix perpetual diff when using key_schema with a single range key on a global secondary index (#46442)
  • resource/aws_elasticache_replication_group: Fix false validation error when auth_token references another resource (#46454)

v6.32.0

6.32.0 (February 11, 2026)

FEATURES:

  • New List Resource: aws_ecr_repository (#46344)
  • New List Resource: aws_lambda_permission (#46341)
  • New List Resource: aws_route (#46370)
  • New List Resource: aws_route53_resolver_rule_association (#46349)
  • New List Resource: aws_route_table (#46337)
  • New List Resource: aws_s3_directory_bucket (#46373)
  • New List Resource: aws_secretsmanager_secret (#46318)
  • New List Resource: aws_secretsmanager_secret_version (#46342)
  • New List Resource: aws_vpc_security_group_egress_rule (#46368)
  • New List Resource: aws_vpc_security_group_ingress_rule (#46367)
  • New Resource: aws_ec2_secondary_network (#46408)
  • New Resource: aws_ec2_secondary_subnet (#46408)

ENHANCEMENTS:

  • resource/aws_instance: Add secondary_network_interface argument (#46408)
  • resource/aws_quicksight_data_set: Support use_as property to create special RLS rules dataset (#42687)

BUG FIXES:

  • data-source/aws_odb_network_peering_connections: Fix plan phase failure of listing. (#46384)
  • list-resource/aws_s3_bucket_policy: Now supports listing Bucket Policies for S3 Directory Buckets (#46401)
  • resource/aws_athena_workgroup: Allows unsetting configuration.result_configuration or child attributes. (#46427)
  • resource/aws_cloudfront_multitenant_distribution: Fix the "inconsistent result" error when custom_error_response is configured and custom_error_response.response_code and custom_error_response.response_page_path are omitted (#46375)
  • resource/aws_grafana_workspace: Fix perpetual diff when network_access_control is configured with empty prefix_list_ids and vpce_ids (#45637)

v6.31.0

6.31.0 (February 4, 2026)

NOTES:

  • resource/aws_s3_bucket_abac: Deprecates expected_bucket_owner attribute. (#46262)
  • resource/aws_s3_bucket_abac: Removes expected_bucket_owner attribute from Resource Identity. (#46272)
  • resource/aws_s3_bucket_accelerate_configuration: Deprecates expected_bucket_owner attribute. (#46262)
  • resource/aws_s3_bucket_accelerate_configuration: Removes expected_bucket_owner attribute from Resource Identity. (#46272)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

6.32.1 (February 13, 2026)

BUG FIXES:

  • resource/aws_autoscaling_group: Fix couldn't find resource error during creation when waiting for capacity to be satisfied (#46452)
  • resource/aws_cloudwatch_log_delivery: Fix s3_delivery_configuration.suffix_path losing AWS-added prefix on update (#46455)
  • resource/aws_dynamodb_table: Fix perpetual diff when using key_schema with a single range key on a global secondary index (#46442)
  • resource/aws_elasticache_replication_group: Fix false validation error when auth_token references another resource (#46454)

6.32.0 (February 11, 2026)

FEATURES:

  • New List Resource: aws_ecr_repository (#46344)
  • New List Resource: aws_lambda_permission (#46341)
  • New List Resource: aws_route (#46370)
  • New List Resource: aws_route53_resolver_rule_association (#46349)
  • New List Resource: aws_route_table (#46337)
  • New List Resource: aws_s3_directory_bucket (#46373)
  • New List Resource: aws_secretsmanager_secret (#46318)
  • New List Resource: aws_secretsmanager_secret_version (#46342)
  • New List Resource: aws_vpc_security_group_egress_rule (#46368)
  • New List Resource: aws_vpc_security_group_ingress_rule (#46367)
  • New Resource: aws_ec2_secondary_network (#46408)
  • New Resource: aws_ec2_secondary_subnet (#46408)

ENHANCEMENTS:

  • resource/aws_instance: Add secondary_network_interface argument (#46408)
  • resource/aws_quicksight_data_set: Support use_as property to create special RLS rules dataset (#42687)

BUG FIXES:

  • data-source/aws_odb_network_peering_connections: Fix plan phase failure of listing. (#46384)
  • list-resource/aws_s3_bucket_policy: Now supports listing Bucket Policies for S3 Directory Buckets (#46401)
  • resource/aws_athena_workgroup: Allows unsetting configuration.result_configuration or child attributes. (#46427)
  • resource/aws_cloudfront_multitenant_distribution: Fix the "inconsistent result" error when custom_error_response is configured and custom_error_response.response_code and custom_error_response.response_page_path are omitted (#46375)
  • resource/aws_grafana_workspace: Fix perpetual diff when network_access_control is configured with empty prefix_list_ids and vpce_ids (#45637)

6.31.0 (February 4, 2026)

NOTES:

  • resource/aws_s3_bucket_abac: Deprecates expected_bucket_owner attribute. (#46262)
  • resource/aws_s3_bucket_abac: Removes expected_bucket_owner attribute from Resource Identity. (#46272)
  • resource/aws_s3_bucket_accelerate_configuration: Deprecates expected_bucket_owner attribute. (#46262)
  • resource/aws_s3_bucket_accelerate_configuration: Removes expected_bucket_owner attribute from Resource Identity. (#46272)
  • resource/aws_s3_bucket_acl: Deprecates expected_bucket_owner attribute. (#46262)
  • resource/aws_s3_bucket_acl: Removes expected_bucket_owner and acl attribute from Resource Identity. (#46272)
  • resource/aws_s3_bucket_cors_configuration: Deprecates expected_bucket_owner attribute. (#46262)

... (truncated)

Commits

Updates hashicorp/awscc from 1.69.0 to 1.71.0

Release notes

Sourced from hashicorp/awscc's releases.

v1.71.0

1.71.0 (Feburary 11, 2026)

FEATURES:

  • New Data Source: awscc_codedeploy_deployment_group
  • New Data Source: awscc_logs_scheduled_queries
  • New Data Source: awscc_logs_scheduled_query
  • New Data Source: awscc_msk_topic
  • New Data Source: awscc_msk_topics
  • New List Resource: awscc_logs_scheduled_query
  • New List Resource: awscc_msk_topic
  • New Resource: awscc_codedeploy_deployment_group
  • New Resource: awscc_logs_scheduled_query
  • New Resource: awscc_msk_topic

v1.70.0

1.70.0 (February 4, 2026)

FEATURES:

  • No new data sources, list resources, or resources.
  • Update attributes and documentation for data sources and resources in Connect, DynamoDB, EC2, GameLift, Lambda, License Manager, Notifications, OSS, PCS, SES, and Transfer.
Changelog

Sourced from hashicorp/awscc's changelog.

1.71.0 (Feburary 11, 2026)

FEATURES:

  • New Data Source: awscc_codedeploy_deployment_group
  • New Data Source: awscc_logs_scheduled_queries
  • New Data Source: awscc_logs_scheduled_query
  • New Data Source: awscc_msk_topic
  • New Data Source: awscc_msk_topics
  • New List Resource: awscc_logs_scheduled_query
  • New List Resource: awscc_msk_topic
  • New Resource: awscc_codedeploy_deployment_group
  • New Resource: awscc_logs_scheduled_query
  • New Resource: awscc_msk_topic

1.70.0 (February 4, 2026)

FEATURES:

  • No new data sources, list resources, or resources.
  • Update attributes and documentation for data sources and resources in Connect, DynamoDB, EC2, GameLift, Lambda, License Manager, Notifications, OSS, PCS, SES, and Transfer.
Commits
  • d0eba58 Merge pull request #3003 from hashicorp/2026-02-11-schema-updates
  • b5c368f Bumps version to 1.71.0
  • 0d1eb0d Updates CHANGELOG
  • c007f3a 2026-02-11 Documentation; Update generated documentation
  • fd6a42a 2026-02-11 CloudFormation schemas in us-east-1; Generate Terraform data sourc...
  • 03566df 2026-02-11 CloudFormation schemas in us-east-1; Generate Terraform resource s...
  • efb21b6 2026-02-11 CloudFormation schemas in us-east-1; New schemas
  • ba18bef 2026-02-11 CloudFormation schemas in us-east-1; Refresh existing schemas
  • 472a51f build(deps): bump github.com/golangci/golangci-lint/v2 in /tools (#3002)
  • 4c0fb08 Merge pull request #2991 from wellsiau-aws/d-awscc_opensearchserverless_colle...
  • Additional commits viewable in compare view

Updates hashicorp/local from 2.6.2 to 2.7.0

Release notes

Sourced from hashicorp/local's releases.

v2.7.0

2.7.0 (February 16, 2026)

FEATURES:

  • ephemeral/local_command: New ephemeral resource that runs an executable on the local machine and returns the exit code, standard output data, and standard error data. (#457)
Changelog

Sourced from hashicorp/local's changelog.

2.7.0 (February 16, 2026)

FEATURES:

  • ephemeral/local_command: New ephemeral resource that runs an executable on the local machine and returns the exit code, standard output data, and standard error data. (#457)
Commits
  • 1ea46d8 Prep for v2.7.0 release (#481)
  • 9c93332 Add ephemeral local_command resource (#470)
  • 89b1964 build(deps): bump github.com/hashicorp/copywrite from 0.22.0 to 0.25.0 in /to...
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…pdates

Bumps the terraform-all-dependencies group with 4 updates in the /infra/shared directory: [auth0/auth0](https://github.com/auth0/terraform-provider-auth0), [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws), [hashicorp/awscc](https://github.com/hashicorp/terraform-provider-awscc) and [hashicorp/local](https://github.com/hashicorp/terraform-provider-local).


Updates `auth0/auth0` from 1.39.0 to 1.39.1
- [Release notes](https://github.com/auth0/terraform-provider-auth0/releases)
- [Changelog](https://github.com/auth0/terraform-provider-auth0/blob/main/CHANGELOG.md)
- [Commits](auth0/terraform-provider-auth0@v1.39.0...v1.39.1)

Updates `hashicorp/aws` from 6.30.0 to 6.32.1
- [Release notes](https://github.com/hashicorp/terraform-provider-aws/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-aws@v6.30.0...v6.32.1)

Updates `hashicorp/awscc` from 1.69.0 to 1.71.0
- [Release notes](https://github.com/hashicorp/terraform-provider-awscc/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-awscc/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-awscc@v1.69.0...v1.71.0)

Updates `hashicorp/local` from 2.6.2 to 2.7.0
- [Release notes](https://github.com/hashicorp/terraform-provider-local/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-local/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-local@v2.6.2...v2.7.0)

---
updated-dependencies:
- dependency-name: auth0/auth0
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: terraform-all-dependencies
- dependency-name: hashicorp/aws
  dependency-version: 6.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-all-dependencies
- dependency-name: hashicorp/awscc
  dependency-version: 1.71.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-all-dependencies
- dependency-name: hashicorp/local
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Feb 23, 2026
@whi-tw whi-tw force-pushed the dependabot/terraform/infra/shared/main/terraform-all-dependencies-811a6ca7f5 branch from ef13c99 to e727a96 Compare March 19, 2026 14:09
@whi-tw whi-tw enabled auto-merge March 19, 2026 14:10
@whi-tw whi-tw added this pull request to the merge queue Mar 19, 2026
Merged via the queue into main with commit 30c516d Mar 19, 2026
18 checks passed
@whi-tw whi-tw deleted the dependabot/terraform/infra/shared/main/terraform-all-dependencies-811a6ca7f5 branch March 19, 2026 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants