Skip to content

Bump the terraform-all-dependencies group in /infra/shared with 3 updates - #2222

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/terraform/infra/shared/main/terraform-all-dependencies-ddca17387c
Open

Bump the terraform-all-dependencies group in /infra/shared with 3 updates#2222
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/terraform/infra/shared/main/terraform-all-dependencies-ddca17387c

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 29, 2026

Copy link
Copy Markdown
Contributor

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

Updates auth0/auth0 from 1.52.0 to 1.53.0

Release notes

Sourced from auth0/auth0's releases.

v1.53.0

ENHANCEMENTS:

  • resource/auth0_organization – Add support for the third_party_client_access attribute to control whether an organization can be used in user flows with third-party clients (allow or block, defaults to block) (#1643)

BUG FIXES:

  • resource/auth0_client_grant – Respect subject_type when adopting an existing grant, so two grants targeting the same client and audience with different subject_type values are no longer collapsed onto a single grant (#1534)

NOTES:

  • resource/auth0_tenant – Clarify in the schema descriptions that the Auth0 Dashboard toggles for enable_public_signup_user_exists_error and no_disclose_enterprise_connections display the inverse of the raw API flag value managed by Terraform (#1647)
Changelog

Sourced from auth0/auth0's changelog.

v1.53.0

ENHANCEMENTS:

  • resource/auth0_organization – Add support for the third_party_client_access attribute to control whether an organization can be used in user flows with third-party clients (allow or block, defaults to block) (#1643)

BUG FIXES:

  • resource/auth0_client_grant – Respect subject_type when adopting an existing grant, so two grants targeting the same client and audience with different subject_type values are no longer collapsed onto a single grant (#1534)

NOTES:

  • resource/auth0_tenant – Clarify in the schema descriptions that the Auth0 Dashboard toggles for enable_public_signup_user_exists_error and no_disclose_enterprise_connections display the inverse of the raw API flag value managed by Terraform (#1647)
Commits
  • 7ab86e5 Add Changelog for v1.53.0 (#1651)
  • 46b25bd chore(deps): bump github.com/auth0/go-auth0 to 1.45.0 (#1650)
  • 8f0325a fix(client-grant): respect subject_type when adopting existing grants (#1534)
  • 06afd16 feat: add third_party_client_access attribute to organization (#1643)
  • f95ad52 docs: clarify inverted dashboard toggles for tenant flags (#1647)
  • See full diff in compare view

Updates hashicorp/aws from 6.55.0 to 6.56.0

Release notes

Sourced from hashicorp/aws's releases.

v6.56.0

6.56.0 (July 22, 2026)

FEATURES:

  • New Action: aws_elasticache_apply_service_update (#48963)
  • New Data Source: aws_elasticache_service_update_actions (#48958)
  • New Data Source: aws_s3_buckets (#48965)
  • New List Resource: aws_eks_addon (#49067)
  • New List Resource: aws_s3_bucket_notification (#48974)
  • New List Resource: aws_secretsmanager_secret_policy (#49058)

ENHANCEMENTS:

  • data-source/aws_eks_node_group: Add warm_pool_config attribute (#48977)
  • data-source/aws_msk_bootstrap_brokers: Add bootstrap_brokers_ipv6, bootstrap_brokers_sasl_iam_ipv6, bootstrap_brokers_sasl_scram_ipv6, and bootstrap_brokers_tls_ipv6 attributes to expose IPv6 bootstrap broker URLs (#48975)
  • data-source/aws_opensearchserverless_security_config: Add iam_federation_options block (#48495)
  • data-source/aws_opensearchserverless_security_config: Add iam_identity_center_options block (#48495)
  • provider: Web identity tokens can be configured via the TF_AWS_WEB_IDENTITY_TOKEN environment variable. Any value configured via assume_role_with_web_identity.web_identity_token takes precedence (#48736)
  • resource/aws_autoscaling_group: Add instance_lifecycle_policy configuration block (#48973)
  • resource/aws_bedrockagent_data_source: Add data_source_configuration.managed_knowledge_base_connector_configuration block (#48904)
  • resource/aws_bedrockagent_data_source: Add timeouts.update with a default value of 30m (#48904)
  • resource/aws_bedrockagent_knowledge_base: Add vector_knowledge_base_configuration.bedrock_embedding_model_configuration.audio and vector_knowledge_base_configuration.bedrock_embedding_model_configuration.video configuration blocks (#48538)
  • resource/aws_bedrockagent_knowledge_base: Add support for Managed Knowledge Base type (type = "MANAGED") with managed_knowledge_base_configuration block (#48904)
  • resource/aws_cloudwatch_log_subscription_filter: Add @source.log as a valid value for emit_system_fields (#48956)
  • resource/aws_eks_node_group: Add warm_pool_config configuration block (#48977)
  • resource/aws_flow_log: Add tag_field_specification configuration block (#48913)
  • resource/aws_guardduty_detector_feature: Support AI_PROTECTION and AI_ANALYST feature names (#48972)
  • resource/aws_guardduty_organization_configuration_feature: Support AI_PROTECTION and AI_ANALYST feature names (#48972)
  • resource/aws_msk_cluster: Add bootstrap_brokers_ipv6, bootstrap_brokers_sasl_iam_ipv6, bootstrap_brokers_sasl_scram_ipv6, and bootstrap_brokers_tls_ipv6 attributes to expose IPv6 bootstrap broker URLs (#48975)
  • resource/aws_opensearch_package_association: Add import support (#46690)
  • resource/aws_opensearchserverless_security_config: Add iam_federation_options configuration block (#48495)
  • resource/aws_opensearchserverless_security_config: Add iam_identity_center_options configuration block (#48495)
  • resource/aws_s3tables_table: Add metadata.iceberg.properties argument (#48635)

BUG FIXES:

  • provider: Fix "one of assume_role_with_web_identity.0.web_identity_token,assume_role_with_web_identity.0.web_identity_token_file must be specified" errors, allowing any AWS_WEB_IDENTITY_TOKEN_FILE environment variable value to be used (#48736)
  • resource/aws_bedrockagent_data_source: Short-circuit waiting for creation if the resource reaches a FAILED state (#48904)
  • resource/aws_datazone_domain: Fixed AccessDeniedException error when deleting (#48516)
  • resource/aws_fsx_lustre_file_system: Fix perpetual diff in data_read_cache_configuration.size when sizing_mode is PROPORTIONAL_TO_THROUGHPUT_CAPACITY and size is not specified (#49023)
  • resource/aws_mq_broker: Fix perpetual shared_resources diffs for ActiveMQ brokers (#48962)
  • resource/aws_mq_configuration: Retry ConflictException: Configuration ID [...] is in use errors on delete (#48962)
  • resource/aws_sagemaker_endpoint: Prevents Cannot create already existing endpoint error when retrying creation. (#48966)
  • resource/aws_subnet: Wait for IPAM to release its CIDR on delete (#46523)
  • resource/aws_vpc_ipam_pool: Fix "Error: reading EC2 VPC" when creating an IPAM VPC resource planning pool for a VPC in another account. (#46483)
Changelog

Sourced from hashicorp/aws's changelog.

6.56.0 (July 22, 2026)

FEATURES:

  • New Action: aws_elasticache_apply_service_update (#48963)
  • New Data Source: aws_elasticache_service_update_actions (#48958)
  • New Data Source: aws_s3_buckets (#48965)
  • New List Resource: aws_eks_addon (#49067)
  • New List Resource: aws_s3_bucket_notification (#48974)
  • New List Resource: aws_secretsmanager_secret_policy (#49058)

ENHANCEMENTS:

  • data-source/aws_eks_node_group: Add warm_pool_config attribute (#48977)
  • data-source/aws_msk_bootstrap_brokers: Add bootstrap_brokers_ipv6, bootstrap_brokers_sasl_iam_ipv6, bootstrap_brokers_sasl_scram_ipv6, and bootstrap_brokers_tls_ipv6 attributes to expose IPv6 bootstrap broker URLs (#48975)
  • data-source/aws_opensearchserverless_security_config: Add iam_federation_options block (#48495)
  • data-source/aws_opensearchserverless_security_config: Add iam_identity_center_options block (#48495)
  • provider: Web identity tokens can be configured via the TF_AWS_WEB_IDENTITY_TOKEN environment variable. Any value configured via assume_role_with_web_identity.web_identity_token takes precedence (#48736)
  • resource/aws_autoscaling_group: Add instance_lifecycle_policy configuration block (#48973)
  • resource/aws_bedrockagent_data_source: Add data_source_configuration.managed_knowledge_base_connector_configuration block (#48904)
  • resource/aws_bedrockagent_data_source: Add timeouts.update with a default value of 30m (#48904)
  • resource/aws_bedrockagent_knowledge_base: Add vector_knowledge_base_configuration.bedrock_embedding_model_configuration.audio and vector_knowledge_base_configuration.bedrock_embedding_model_configuration.video configuration blocks (#48538)
  • resource/aws_bedrockagent_knowledge_base: Add support for Managed Knowledge Base type (type = "MANAGED") with managed_knowledge_base_configuration block (#48904)
  • resource/aws_cloudwatch_log_subscription_filter: Add @source.log as a valid value for emit_system_fields (#48956)
  • resource/aws_eks_node_group: Add warm_pool_config configuration block (#48977)
  • resource/aws_flow_log: Add tag_field_specification configuration block (#48913)
  • resource/aws_guardduty_detector_feature: Support AI_PROTECTION and AI_ANALYST feature names (#48972)
  • resource/aws_guardduty_organization_configuration_feature: Support AI_PROTECTION and AI_ANALYST feature names (#48972)
  • resource/aws_msk_cluster: Add bootstrap_brokers_ipv6, bootstrap_brokers_sasl_iam_ipv6, bootstrap_brokers_sasl_scram_ipv6, and bootstrap_brokers_tls_ipv6 attributes to expose IPv6 bootstrap broker URLs (#48975)
  • resource/aws_opensearch_package_association: Add import support (#46690)
  • resource/aws_opensearchserverless_security_config: Add iam_federation_options configuration block (#48495)
  • resource/aws_opensearchserverless_security_config: Add iam_identity_center_options configuration block (#48495)
  • resource/aws_s3tables_table: Add metadata.iceberg.properties argument (#48635)

BUG FIXES:

  • provider: Fix "one of assume_role_with_web_identity.0.web_identity_token,assume_role_with_web_identity.0.web_identity_token_file must be specified" errors, allowing any AWS_WEB_IDENTITY_TOKEN_FILE environment variable value to be used (#48736)
  • resource/aws_bedrockagent_data_source: Short-circuit waiting for creation if the resource reaches a FAILED state (#48904)
  • resource/aws_datazone_domain: Fixed AccessDeniedException error when deleting (#48516)
  • resource/aws_fsx_lustre_file_system: Fix perpetual diff in data_read_cache_configuration.size when sizing_mode is PROPORTIONAL_TO_THROUGHPUT_CAPACITY and size is not specified (#49023)
  • resource/aws_mq_broker: Fix perpetual shared_resources diffs for ActiveMQ brokers (#48962)
  • resource/aws_mq_configuration: Retry ConflictException: Configuration ID [...] is in use errors on delete (#48962)
  • resource/aws_sagemaker_endpoint: Prevents Cannot create already existing endpoint error when retrying creation. (#48966)
  • resource/aws_subnet: Wait for IPAM to release its CIDR on delete (#46523)
  • resource/aws_vpc_ipam_pool: Fix "Error: reading EC2 VPC" when creating an IPAM VPC resource planning pool for a VPC in another account. (#46483)
Commits

Updates hashicorp/awscc from 1.93.0 to 1.94.0

Release notes

Sourced from hashicorp/awscc's releases.

v1.94.0

1.94.0 (July 22, 2026)

FEATURES:

  • New Data Source: awscc_auditmanager_assessment_framework
  • New Data Source: awscc_auditmanager_assessment_frameworks
  • New Data Source: awscc_bedrock_knowledge_base_policy
  • New Data Source: awscc_cloudformation_generated_template
  • New Data Source: awscc_cloudformation_generated_templates
  • New Data Source: awscc_dms_certificate
  • New Data Source: awscc_dms_certificates
  • New Data Source: awscc_docdb_event_subscription
  • New Data Source: awscc_docdb_event_subscriptions
  • New Data Source: awscc_ec2_transit_gateway_policy_table_association
  • New Data Source: awscc_glue_blueprint
  • New Data Source: awscc_glue_blueprints
  • New Data Source: awscc_glue_user_defined_function
  • New Data Source: awscc_healthlake_data_transformation_profile
  • New Data Source: awscc_quicksight_knowledge_base
  • New Data Source: awscc_quicksight_knowledge_bases
  • New Data Source: awscc_sagemaker_action
  • New Data Source: awscc_sagemaker_actions
  • New Data Source: awscc_sagemaker_context
  • New Data Source: awscc_sagemaker_contexts
  • New Data Source: awscc_sagemaker_experiment
  • New Data Source: awscc_sagemaker_experiment_trial_component
  • New Data Source: awscc_sagemaker_experiment_trial_components
  • New Data Source: awscc_sagemaker_experiments
  • New Data Source: awscc_sagemaker_trial_component
  • New Data Source: awscc_sagemaker_trial_components
  • New Data Source: awscc_smsvoice_registration
  • New Data Source: awscc_smsvoice_registrations
  • New Data Source: awscc_storagegateway_tape_pool
  • New Data Source: awscc_storagegateway_tape_pools
  • New Data Source: awscc_transcribe_vocabulary_filter
  • New Data Source: awscc_transcribe_vocabulary_filters
  • New Data Source: awscc_wellarchitected_lens
  • New Data Source: awscc_wellarchitected_lenses
  • New Data Source: awscc_wellarchitected_profile
  • New Data Source: awscc_wellarchitected_profiles
  • New Data Source: awscc_wellarchitected_review_template
  • New Data Source: awscc_wellarchitected_review_templates
  • New Data Source: awscc_workspaces_workspace_ip_group
  • New Data Source: awscc_workspaces_workspace_ip_groups
  • New List Resource: awscc_auditmanager_assessment_framework
  • New List Resource: awscc_cloudformation_generated_template
  • New List Resource: awscc_dms_certificate
  • New List Resource: awscc_docdb_event_subscription
  • New List Resource: awscc_glue_blueprint

... (truncated)

Changelog

Sourced from hashicorp/awscc's changelog.

1.94.0 (July 22, 2026)

FEATURES:

  • New Data Source: awscc_auditmanager_assessment_framework
  • New Data Source: awscc_auditmanager_assessment_frameworks
  • New Data Source: awscc_bedrock_knowledge_base_policy
  • New Data Source: awscc_cloudformation_generated_template
  • New Data Source: awscc_cloudformation_generated_templates
  • New Data Source: awscc_dms_certificate
  • New Data Source: awscc_dms_certificates
  • New Data Source: awscc_docdb_event_subscription
  • New Data Source: awscc_docdb_event_subscriptions
  • New Data Source: awscc_ec2_transit_gateway_policy_table_association
  • New Data Source: awscc_glue_blueprint
  • New Data Source: awscc_glue_blueprints
  • New Data Source: awscc_glue_user_defined_function
  • New Data Source: awscc_healthlake_data_transformation_profile
  • New Data Source: awscc_quicksight_knowledge_base
  • New Data Source: awscc_quicksight_knowledge_bases
  • New Data Source: awscc_sagemaker_action
  • New Data Source: awscc_sagemaker_actions
  • New Data Source: awscc_sagemaker_context
  • New Data Source: awscc_sagemaker_contexts
  • New Data Source: awscc_sagemaker_experiment
  • New Data Source: awscc_sagemaker_experiment_trial_component
  • New Data Source: awscc_sagemaker_experiment_trial_components
  • New Data Source: awscc_sagemaker_experiments
  • New Data Source: awscc_sagemaker_trial_component
  • New Data Source: awscc_sagemaker_trial_components
  • New Data Source: awscc_smsvoice_registration
  • New Data Source: awscc_smsvoice_registrations
  • New Data Source: awscc_storagegateway_tape_pool
  • New Data Source: awscc_storagegateway_tape_pools
  • New Data Source: awscc_transcribe_vocabulary_filter
  • New Data Source: awscc_transcribe_vocabulary_filters
  • New Data Source: awscc_wellarchitected_lens
  • New Data Source: awscc_wellarchitected_lenses
  • New Data Source: awscc_wellarchitected_profile
  • New Data Source: awscc_wellarchitected_profiles
  • New Data Source: awscc_wellarchitected_review_template
  • New Data Source: awscc_wellarchitected_review_templates
  • New Data Source: awscc_workspaces_workspace_ip_group
  • New Data Source: awscc_workspaces_workspace_ip_groups
  • New List Resource: awscc_auditmanager_assessment_framework
  • New List Resource: awscc_cloudformation_generated_template
  • New List Resource: awscc_dms_certificate
  • New List Resource: awscc_docdb_event_subscription
  • New List Resource: awscc_glue_blueprint
  • New List Resource: awscc_quicksight_knowledge_base

... (truncated)

Commits
  • 8d6e88f Merge pull request #3249 from hashicorp/2026-07-22-schema-updates
  • 43fc9b3 prep for release 1.94.0
  • 929cc7c 2026-07-22 Documentation; Update generated documentation
  • 0fb8cb9 2026-07-22 CloudFormation schemas in us-east-1; Generate Terraform data sourc...
  • b59feca 2026-07-22 CloudFormation schemas in us-east-1; Generate Terraform resource s...
  • ea36850 2026-07-22 CloudFormation schemas in us-east-1; New schemas
  • 3a93be1 2026-07-22 CloudFormation schemas in us-east-1; Refresh existing schemas
  • d8a63c7 Merge pull request #3248 from hashicorp/td_golang_grpc
  • 12eed60 bump google.golang.org/grpc
  • daaeaaa build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#3245)
  • Additional commits viewable 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

Bumps the terraform-all-dependencies group in /infra/shared with 3 updates: [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.52.0 to 1.53.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.52.0...v1.53.0)

Updates `hashicorp/aws` from 6.55.0 to 6.56.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.55.0...v6.56.0)

Updates `hashicorp/awscc` from 1.93.0 to 1.94.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.93.0...v1.94.0)

---
updated-dependencies:
- dependency-name: auth0/auth0
  dependency-version: 1.53.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-all-dependencies
- dependency-name: hashicorp/aws
  dependency-version: 6.56.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: terraform-all-dependencies
- dependency-name: hashicorp/awscc
  dependency-version: 1.94.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 Jul 29, 2026
@github-actions

Copy link
Copy Markdown

Note

Provider lock files have been automatically updated

This Dependabot PR modified infra/shared/versions.tf, so the corresponding
.terraform.lock.hcl files have been automatically updated and committed.

The changes are ready for review and merge.

Important

The actions have not been run on this PR since the lock files were updated, because GHA won't run push actions when the commit has been made by a bot.
To get the CI checks to run, you will need to amend the PR:

  1. Check out the PR branch locally: git checkout dependabot/terraform/infra/shared/main/terraform-all-dependencies-ddca17387c
  2. Pull the latest changes: git pull
  3. Make a no-op amendment: git commit --amend --no-edit
  4. Push the amended commit: git push --force-with-lease

This will trigger the CI checks to run with the updated lock files.

Warning

If dependabot has attempted to modify the PR (i.e. if there are new dependency updates available), comment @dependabot recreate and it'll recreate the PR from scratch (allowing the lock files to be updated correctly).

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.

1 participant