Skip to content

Bump the terraform-all-dependencies group across 1 directory with 3 updates#2095

Merged
lfdebrux merged 2 commits intomainfrom
dependabot/terraform/infra/shared/main/terraform-all-dependencies-34c92efb8f
Apr 30, 2026
Merged

Bump the terraform-all-dependencies group across 1 directory with 3 updates#2095
lfdebrux merged 2 commits intomainfrom
dependabot/terraform/infra/shared/main/terraform-all-dependencies-34c92efb8f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

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

Updates auth0/auth0 from 1.42.0 to 1.43.0

Release notes

Sourced from auth0/auth0's releases.

v1.43.0

FEATURES:

  • resource/auth0_custom_domain_default – Add support for setting the tenant's default custom domain (#1512)
  • resource/auth0_custom_domain – Add computed is_default attribute to custom domain resources and data sources (#1512)

BUG FIXES:

  • resource/auth0_action_module – Fix provider crash when creating action modules with secrets missing name or value by marking both fields as required (#1524)

NOTES:

  • data-source/auth0_custom_domains – Fix example documentation to use query instead of q (#1523)
  • Fix debug logging not being applied to management API clients by reordering SDK option calls (#1526)
Changelog

Sourced from auth0/auth0's changelog.

v1.43.0

FEATURES:

  • resource/auth0_custom_domain_default – Add support for setting the tenant's default custom domain (#1512)
  • resource/auth0_custom_domain – Add computed is_default attribute to custom domain resources and data sources (#1512)

BUG FIXES:

  • resource/auth0_action_module – Fix provider crash when creating action modules with secrets missing name or value by marking both fields as required (#1524)

NOTES:

  • data-source/auth0_custom_domains – Fix example documentation to use query instead of q (#1523)
  • Fix debug logging not being applied to management API clients by reordering SDK option calls (#1526)
Commits
  • 1e6b193 Add Changelog for v1.43.0 (#1527)
  • c35dbb5 fix data source invocation for custom domains (#1523)
  • 7e904c1 feat: MCD GA - support setting default domain for tenant (#1512)
  • 44394b5 Update secret schema to require name and value (#1524)
  • a352590 Move debug logging after custom client creation (#1526)
  • 1e72b57 chore(deps): bump github.com/zalando/go-keyring from 0.2.6 to 0.2.8 (#1514)
  • 3b2c6f2 chore(deps): bump github.com/auth0/go-auth0 from 1.36.1-0.20260326052527-3420...
  • See full diff in compare view

Updates hashicorp/aws from 6.40.0 to 6.42.0

Release notes

Sourced from hashicorp/aws's releases.

v6.42.0

6.42.0 (April 22, 2026)

BREAKING CHANGES:

  • resource/aws_mq_configuration: Destruction of this resource will now delete the configuration. Previously delete was a no-op due to missing API operations, leaving resources in an unmanaged state. For this reason a breaking change was deemed acceptable in a minor version. This functionality requires the mq:DeleteConfiguration IAM permission. To restore the previous no-op behavior, set skip_destroy to true. (#47273)

NOTES:

  • documentation: CDKTF documentation has been removed from the provider (#47484)
  • resource/aws_eip: Because we cannot easily test this behavior in isolated regions, it is best effort and we ask for community help in testing (#47091)

FEATURES:

  • New Data Source: aws_ec2_service_link_virtual_interface (#47478)
  • New Data Source: aws_ec2_service_link_virtual_interfaces (#47478)
  • New List Resource: aws_apigatewayv2_api (#47472)
  • New List Resource: aws_cloudwatch_log_metric_filter (#47495)
  • New List Resource: aws_config_remediation_configuration (#47514)
  • New List Resource: aws_ebs_volume (#47551)
  • New List Resource: aws_ebs_volume_attachment (#47561)
  • New List Resource: aws_eip (#47557)
  • New List Resource: aws_iam_user_policy_attachment (#47467)
  • New List Resource: aws_internet_gateway (#47529)
  • New List Resource: aws_lambda_layer_version (#47496)
  • New List Resource: aws_launch_template (#47540)
  • New List Resource: aws_route53_zone (#47494)
  • New List Resource: aws_sagemaker_hyper_parameter_tuning_job (#47138)
  • New List Resource: aws_sqs_queue_policy (#47489)
  • New Resource: aws_cloudwatch_otel_enrichment (#47275)
  • New Resource: aws_ebs_volume_copy (#47311)
  • New Resource: aws_sagemaker_hyper_parameter_tuning_job (#47138)

ENHANCEMENTS:

  • data-source/aws_identitystore_user: Add user_status attribute (#47323)
  • data-source/aws_identitystore_users: Add user_status attribute (#47323)
  • data-source/aws_network_interface: Add ena_srd_specification attribute (#46669)
  • data-source/aws_odb_network: Enhancements to support cross-region restore. (#46317)
  • resource/aws_cloudwatch_log_metric_filter: Add Resource Identity support (#47495)
  • resource/aws_cloudwatch_metric_alarm: Add evaluation_criteria and evaluation_interval arguments in support of PromQL queries. Change comparison_operator and evaluation_periods to Optional (#47449)
  • resource/aws_ebs_volume_attachment: Add resource identity support (#47561)
  • resource/aws_eip: Add resource identity support (#47557)
  • resource/aws_eks_access_entry: Add Resource Identity support (#47428)
  • resource/aws_eks_access_policy_association: Add Resource Identity support (#47428)
  • resource/aws_eks_addon: Add Resource Identity support (#47428)
  • resource/aws_eks_addon: Add namespace_config argument (#44087)
  • resource/aws_eks_capability: Add Resource Identity support (#47428)
  • resource/aws_eks_identity_provider_config: Add Resource Identity support (#47428)
  • resource/aws_eks_identity_provider_config: Add identity_provider_config_name attribute (#47428)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

6.42.0 (April 22, 2026)

BREAKING CHANGES:

  • resource/aws_mq_configuration: Destruction of this resource will now delete the configuration. Previously delete was a no-op due to missing API operations, leaving resources in an unmanaged state. For this reason a breaking change was deemed acceptable in a minor version. This functionality requires the mq:DeleteConfiguration IAM permission. To restore the previous no-op behavior, set skip_destroy to true. (#47273)

NOTES:

  • documentation: CDKTF documentation has been removed from the provider (#47484)
  • resource/aws_eip: Because we cannot easily test this behavior in isolated regions, it is best effort and we ask for community help in testing (#47091)

FEATURES:

  • New Data Source: aws_ec2_service_link_virtual_interface (#47478)
  • New Data Source: aws_ec2_service_link_virtual_interfaces (#47478)
  • New List Resource: aws_apigatewayv2_api (#47472)
  • New List Resource: aws_cloudwatch_log_metric_filter (#47495)
  • New List Resource: aws_config_remediation_configuration (#47514)
  • New List Resource: aws_ebs_volume (#47551)
  • New List Resource: aws_ebs_volume_attachment (#47561)
  • New List Resource: aws_eip (#47557)
  • New List Resource: aws_iam_user_policy_attachment (#47467)
  • New List Resource: aws_internet_gateway (#47529)
  • New List Resource: aws_lambda_layer_version (#47496)
  • New List Resource: aws_launch_template (#47540)
  • New List Resource: aws_route53_zone (#47494)
  • New List Resource: aws_sagemaker_hyper_parameter_tuning_job (#47138)
  • New List Resource: aws_sqs_queue_policy (#47489)
  • New Resource: aws_cloudwatch_otel_enrichment (#47275)
  • New Resource: aws_ebs_volume_copy (#47311)
  • New Resource: aws_sagemaker_hyper_parameter_tuning_job (#47138)

ENHANCEMENTS:

  • data-source/aws_identitystore_user: Add user_status attribute (#47323)
  • data-source/aws_identitystore_users: Add user_status attribute (#47323)
  • data-source/aws_network_interface: Add ena_srd_specification attribute (#46669)
  • data-source/aws_odb_network: Enhancements to support cross-region restore. (#46317)
  • resource/aws_cloudwatch_log_metric_filter: Add Resource Identity support (#47495)
  • resource/aws_cloudwatch_metric_alarm: Add evaluation_criteria and evaluation_interval arguments in support of PromQL queries. Change comparison_operator and evaluation_periods to Optional (#47449)
  • resource/aws_ebs_volume_attachment: Add resource identity support (#47561)
  • resource/aws_eip: Add resource identity support (#47557)
  • resource/aws_eks_access_entry: Add Resource Identity support (#47428)
  • resource/aws_eks_access_policy_association: Add Resource Identity support (#47428)
  • resource/aws_eks_addon: Add Resource Identity support (#47428)
  • resource/aws_eks_addon: Add namespace_config argument (#44087)
  • resource/aws_eks_capability: Add Resource Identity support (#47428)
  • resource/aws_eks_identity_provider_config: Add Resource Identity support (#47428)
  • resource/aws_eks_identity_provider_config: Add identity_provider_config_name attribute (#47428)
  • resource/aws_eks_node_group: Add Resource Identity support (#47428)

... (truncated)

Commits

Updates hashicorp/awscc from 1.79.0 to 1.81.0

Release notes

Sourced from hashicorp/awscc's releases.

v1.81.0

1.81.0 (April 22, 2026)

FEATURES:

  • No new data sources, list resources, or resources.
  • Updated schemas.

v1.80.0

1.80.0 (April 15, 2026)

FEATURES:

  • New Data Source: awscc_neptunegraph_graph_snapshot
  • New Data Source: awscc_neptunegraph_graph_snapshots
  • New List Resource: awscc_neptunegraph_graph_snapshot
  • New Resource: awscc_neptunegraph_graph_snapshot
Changelog

Sourced from hashicorp/awscc's changelog.

1.81.0 (April 22, 2026)

FEATURES:

  • No new data sources, list resources, or resources.
  • Updated schemas.

1.80.0 (April 15, 2026)

FEATURES:

  • New Data Source: awscc_neptunegraph_graph_snapshot
  • New Data Source: awscc_neptunegraph_graph_snapshots
  • New List Resource: awscc_neptunegraph_graph_snapshot
  • New Resource: awscc_neptunegraph_graph_snapshot
Commits
  • ca53774 Merge pull request #3129 from hashicorp/2026-04-22-schema-updates
  • bd480d9 Adds CHANGELOG note
  • df6787f Bumps version to 1.81.0
  • 56a4230 Updates CHANGELOG
  • 0a0a56f 2026-04-22 Documentation; Update generated documentation
  • b2b1cb4 2026-04-22 CloudFormation schemas in us-east-1; Generate Terraform data sourc...
  • c90195b 2026-04-22 CloudFormation schemas in us-east-1; Generate Terraform resource s...
  • 282aee7 2026-04-22 CloudFormation schemas in us-east-1; New schemas
  • dfd30c8 2026-04-22 CloudFormation schemas in us-east-1; Refresh existing schemas
  • 8a7f060 Merge pull request #3125 from hashicorp/changelog_update_after_1.80.0_release
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file terraform Pull requests that update terraform code labels Apr 22, 2026
@lfdebrux
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 30, 2026

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@lfdebrux
Copy link
Copy Markdown
Contributor

@dependabot recreate

…pdates

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


Updates `auth0/auth0` from 1.42.0 to 1.43.0
- [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.42.0...v1.43.0)

Updates `hashicorp/aws` from 6.40.0 to 6.42.0
- [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.40.0...v6.42.0)

Updates `hashicorp/awscc` from 1.79.0 to 1.81.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.79.0...v1.81.0)

---
updated-dependencies:
- dependency-name: auth0/auth0
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-all-dependencies
- dependency-name: hashicorp/aws
  dependency-version: 6.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-all-dependencies
- dependency-name: hashicorp/awscc
  dependency-version: 1.80.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 changed the title Bump the terraform-all-dependencies group in /infra/shared with 3 updates Bump the terraform-all-dependencies group across 1 directory with 3 updates Apr 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/terraform/infra/shared/main/terraform-all-dependencies-34c92efb8f branch from 92e22de to 237d1a6 Compare April 30, 2026 05:58
@lfdebrux lfdebrux force-pushed the dependabot/terraform/infra/shared/main/terraform-all-dependencies-34c92efb8f branch from 4e829b2 to 419097b Compare April 30, 2026 06:10
@lfdebrux lfdebrux added this pull request to the merge queue Apr 30, 2026
Merged via the queue into main with commit a54b6dc Apr 30, 2026
18 checks passed
@lfdebrux lfdebrux deleted the dependabot/terraform/infra/shared/main/terraform-all-dependencies-34c92efb8f branch April 30, 2026 06:40
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