Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Bump hashicorp/aws from 4.8.0 to 5.31.0 in /terraform #317

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2023

Bumps hashicorp/aws from 4.8.0 to 5.31.0.

Release notes

Sourced from hashicorp/aws's releases.

v5.31.0

FEATURES:

  • New Data Source: aws_polly_voices (#34916)
  • New Data Source: aws_ssoadmin_application_assignments (#34796)
  • New Data Source: aws_ssoadmin_principal_application_assignments (#34815)
  • New Resource: aws_finspace_kx_dataview (#34828)
  • New Resource: aws_finspace_kx_scaling_group (#34832)
  • New Resource: aws_finspace_kx_volume (#34833)
  • New Resource: aws_ssoadmin_trusted_token_issuer (#34839)

ENHANCEMENTS:

  • data-source/aws_cloudwatch_log_group: Add log_group_class attribute (#34812)
  • data-source/aws_dms_endpoint: Add postgres_settings attribute (#34724)
  • data-source/aws_lb: Add connection_logs attribute (#34864)
  • data-source/aws_lb: Add dns_record_client_routing_policy attribute (#34135)
  • data-source/aws_opensearchserverless_collection: Add standby_replicas attribute (#34677)
  • resource/aws_db_instance: Add support for IBM Db2 databases (#34834)
  • resource/aws_dms_endpoint: Add elasticsearch_settings.use_new_mapping_type argument (#29470)
  • resource/aws_dms_endpoint: Add postgres_settings configuration block (#34724)
  • resource/aws_finspace_kx_cluster: Add database.dataview_name, scaling_group_configuration, and tickerplant_log_configuration arguments. (#34831)
  • resource/aws_finspace_kx_cluster: The capacity_configuration argument is now optional. (#34831)
  • resource/aws_lb: Add connection_logs configuration block (#34864)
  • resource/aws_lb: Add plan-time validation that exactly one of either subnets or subnet_mapping is configured (#33205)
  • resource/aws_lb: Allow the number of subnet_mappings for Application Load Balancers to be changed without recreating the resource (#33205)
  • resource/aws_lb: Allow the number of subnet_mappings for Network Load Balancers to be increased without recreating the resource (#33205)
  • resource/aws_lb: Allow the number of subnets for Network Load Balancers to be increased without recreating the resource (#33205)
  • resource/aws_opensearchserverless_collection: Add standby_replicas attribute (#34677)

BUG FIXES:

  • data-source/aws_ecr_pull_through_cache_rule: Fix plan time validation for ecr_repository_prefix (#34716)
  • provider: Always use the S3 regional endpoint in us-east-1 for S3 directory bucket operations. This fixes no such host errors (#34893)
  • resource/aws_appmesh_virtual_node: Remove limit of 50 backends per virtual node (#34774)
  • resource/aws_cloudwatch_log_group: Fix invalid new value for .skip_destroy: was cty.False, but now null errors (#30354)
  • resource/aws_cloudwatch_log_group: Remove default value (STANDARD) for log_group_class argument and mark as Computed. This fixes InvalidParameterException: Only Standard log class is supported errors in AWS Regions other than AWS Commercial (#34812)
  • resource/aws_db_instance: Fix error where Terraform loses track of resource if Blue/Green Deployment is applied outside of Terraform (#34728)
  • resource/aws_dms_event_subscription: source_ids and source_type are Required (#33731)
  • resource/aws_ecr_pull_through_cache_rule: Fix plan time validation for ecr_repository_prefix (#34716)
  • resource/aws_lb: Correct in-place update of security_groups for Network Load Balancers when the new value is Computed (#33205)
  • resource/aws_lb: Fix InvalidConfigurationRequest: Load balancer attribute key 'dns_record.client_routing_policy' is not supported on load balancers with type 'network' errors on resource Create in AWS GovCloud (US) (#34135)
  • resource/aws_medialive_channel: Fixed errors related to setting the failover_condition argument (#33410)
  • resource/aws_securitylake_data_lake: Fix reflect.Set: value of type basetypes.StringValue is not assignable to type types.ARN panic when importing resources with nil ARN fields (#34820)
  • resource/aws_vpc: Increase IPAM pool allocation deletion timeout from 20 minutes to 35 minutes (#34859)

v5.30.0

FEATURES:

  • New Data Source: aws_codeguruprofiler_profiling_group (#34672)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

5.31.0 (December 15, 2023)

FEATURES:

  • New Data Source: aws_polly_voices (#34916)
  • New Data Source: aws_ssoadmin_application_assignments (#34796)
  • New Data Source: aws_ssoadmin_principal_application_assignments (#34815)
  • New Resource: aws_finspace_kx_dataview (#34828)
  • New Resource: aws_finspace_kx_scaling_group (#34832)
  • New Resource: aws_finspace_kx_volume (#34833)
  • New Resource: aws_ssoadmin_trusted_token_issuer (#34839)

ENHANCEMENTS:

  • data-source/aws_cloudwatch_log_group: Add log_group_class attribute (#34812)
  • data-source/aws_dms_endpoint: Add postgres_settings attribute (#34724)
  • data-source/aws_lb: Add connection_logs attribute (#34864)
  • data-source/aws_lb: Add dns_record_client_routing_policy attribute (#34135)
  • data-source/aws_opensearchserverless_collection: Add standby_replicas attribute (#34677)
  • resource/aws_db_instance: Add support for IBM Db2 databases (#34834)
  • resource/aws_dms_endpoint: Add elasticsearch_settings.use_new_mapping_type argument (#29470)
  • resource/aws_dms_endpoint: Add postgres_settings configuration block (#34724)
  • resource/aws_finspace_kx_cluster: Add database.dataview_name, scaling_group_configuration, and tickerplant_log_configuration arguments. (#34831)
  • resource/aws_finspace_kx_cluster: The capacity_configuration argument is now optional. (#34831)
  • resource/aws_lb: Add connection_logs configuration block (#34864)
  • resource/aws_lb: Add plan-time validation that exactly one of either subnets or subnet_mapping is configured (#33205)
  • resource/aws_lb: Allow the number of subnet_mappings for Application Load Balancers to be changed without recreating the resource (#33205)
  • resource/aws_lb: Allow the number of subnet_mappings for Network Load Balancers to be increased without recreating the resource (#33205)
  • resource/aws_lb: Allow the number of subnets for Network Load Balancers to be increased without recreating the resource (#33205)
  • resource/aws_opensearchserverless_collection: Add standby_replicas attribute (#34677)

BUG FIXES:

  • data-source/aws_ecr_pull_through_cache_rule: Fix plan time validation for ecr_repository_prefix (#34716)
  • provider: Always use the S3 regional endpoint in us-east-1 for S3 directory bucket operations. This fixes no such host errors (#34893)
  • resource/aws_appmesh_virtual_node: Remove limit of 50 backends per virtual node (#34774)
  • resource/aws_cloudwatch_log_group: Fix invalid new value for .skip_destroy: was cty.False, but now null errors (#30354)
  • resource/aws_cloudwatch_log_group: Remove default value (STANDARD) for log_group_class argument and mark as Computed. This fixes InvalidParameterException: Only Standard log class is supported errors in AWS Regions other than AWS Commercial (#34812)
  • resource/aws_db_instance: Fix error where Terraform loses track of resource if Blue/Green Deployment is applied outside of Terraform (#34728)
  • resource/aws_dms_event_subscription: source_ids and source_type are Required (#33731)
  • resource/aws_ecr_pull_through_cache_rule: Fix plan time validation for ecr_repository_prefix (#34716)
  • resource/aws_lb: Correct in-place update of security_groups for Network Load Balancers when the new value is Computed (#33205)
  • resource/aws_lb: Fix InvalidConfigurationRequest: Load balancer attribute key 'dns_record.client_routing_policy' is not supported on load balancers with type 'network' errors on resource Create in AWS GovCloud (US) (#34135)
  • resource/aws_medialive_channel: Fixed errors related to setting the failover_condition argument (#33410)
  • resource/aws_securitylake_data_lake: Fix reflect.Set: value of type basetypes.StringValue is not assignable to type types.ARN panic when importing resources with nil ARN fields (#34820)
  • resource/aws_vpc: Increase IPAM pool allocation deletion timeout from 20 minutes to 35 minutes (#34859)

5.30.0 (December 7, 2023)

FEATURES:

... (truncated)

Commits
  • 399ec5d Update CHANGELOG.md (Manual Trigger)
  • 945df7b Merge pull request #34831 from kavan-aws/f-finspace_kx_cluster_sg
  • a3a4179 Update CHANGELOG.md for #34928
  • 6ca793b r/aws_finspace_kx_volume(test): add tags test (#34928)
  • 30a99c2 Merge branch 'main' into f-finspace_kx_cluster_sg
  • 3de2fd3 Merge pull request #34828 from kavan-aws/f-finspace_kx_dataview
  • 9f3f49b chore: changelog
  • 2533916 r/aws_finspace_kx_cluster(doc): markdownlint fixes
  • 0c61361 r/aws_finspace_kx_cluster: prefer create.AppendDiagError
  • db4290a Merge branch 'main' into f-finspace_kx_dataview
  • Additional commits viewable in compare view

Dependabot compatibility score

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 4.8.0 to 5.31.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@v4.8.0...v5.31.0)

---
updated-dependencies:
- dependency-name: hashicorp/aws
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Dec 15, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2024

Superseded by #329.

@dependabot dependabot bot closed this Jan 12, 2024
@dependabot dependabot bot deleted the dependabot/terraform/terraform/hashicorp/aws-5.31.0 branch January 12, 2024 14:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

0 participants