Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update terraform aws to v5.3.0 #49

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 5.1.0 -> 5.3.0

Release Notes

hashicorp/terraform-provider-aws

v5.3.0

Compare Source

NOTES:

  • resource/aws_instance: The metadata_options.http_endpoint argument now correctly defaults to enabled. (#​24774)
  • resource/aws_lambda_function: The replace_security_groups_on_destroy and replacement_security_group_ids attributes are being deprecated as AWS no longer supports this operation. These attributes now have no effect, and will be removed in a future major version. (#​31904)

FEATURES:

  • New Data Source: aws_quicksight_theme (#​31900)
  • New Resource: aws_opensearchserverless_access_policy (#​28518)
  • New Resource: aws_opensearchserverless_security_policy (#​28470)
  • New Resource: aws_quicksight_theme (#​31900)

ENHANCEMENTS:

  • data-source/aws_redshift_cluster: Add cluster_namespace_arn attribute (#​31884)
  • resource/aws_redshift_cluster: Add cluster_namespace_arn attribute (#​31884)
  • resource/aws_vpc_endpoint: Add private_dns_only_for_inbound_resolver_endpoint attribute to the dns_options configuration block (#​31873)

BUG FIXES:

  • resource/aws_ecs_task_definition: Fix to prevent persistent diff when efs_volume_configuration has both root_volume and authorization_config set. (#​26880)
  • resource/aws_instance: Fix default for metadata_options.http_endpoint argument. (#​24774)
  • resource/aws_keyspaces_keyspace: Correct plan time validation for name (#​31352)
  • resource/aws_keyspaces_table: Correct plan time validation for keyspace_name, table_name and column names (#​31352)
  • resource/aws_quicksight_analysis: Fix assignment of KPI visual field well target values (#​31901)
  • resource/aws_redshift_cluster: Allow availability_zone_relocation_enabled to be true when publicly_accessible is true (#​31886)
  • resource/aws_vpc: Fix reading EC2 VPC (vpc-abcd1234) Attribute (enableDnsSupport): couldn't find resource errors when reading new resource (#​31877)

v5.2.0

Compare Source

NOTES:

  • resource/aws_mwaa_environment: Upgrading your environment to a new major version of Apache Airflow forces replacement of the resource (#​31833)

FEATURES:

  • New Data Source: aws_budgets_budget (#​31691)
  • New Data Source: aws_ecr_pull_through_cache_rule (#​31696)
  • New Data Source: aws_guardduty_finding_ids (#​31711)
  • New Data Source: aws_iam_principal_policy_simulation (#​25569)
  • New Resource: aws_chimesdkvoice_global_settings (#​31365)
  • New Resource: aws_finspace_kx_cluster (#​31806)
  • New Resource: aws_finspace_kx_database (#​31803)
  • New Resource: aws_finspace_kx_environment (#​31802)
  • New Resource: aws_finspace_kx_user (#​31804)

ENHANCEMENTS:

  • data/aws_ec2_transit_gateway_connect_peer: Add bgp_peer_address and bgp_transit_gateway_addresses attributes (#​31752)
  • provider: Adds retry_mode parameter (#​31745)
  • resource/aws_chime_voice_connector: Add tagging support (#​31746)
  • resource/aws_ec2_transit_gateway_connect_peer: Add bgp_peer_address and bgp_transit_gateway_addresses attributes (#​31752)
  • resource/aws_ec2_transit_gateway_route_table_association: Add replace_existing_association argument (#​31452)
  • resource/aws_fis_experiment_template: Add support for Volumes to actions.*.target (#​31499)
  • resource/aws_instance: Add instance_market_options configuration block and instance_lifecycle and spot_instance_request_id attributes (#​31495)
  • resource/aws_lambda_function: Add support for ruby3.2 runtime value (#​31842)
  • resource/aws_lambda_layer_version: Add support for ruby3.2 compatible_runtimes value (#​31842)
  • resource/aws_mwaa_environment: Consider CREATING_SNAPSHOT a valid pending state for resource update (#​31833)
  • resource/aws_networkfirewall_firewall_policy: Add stream_exception_policy option to firewall_policy.stateful_engine_options (#​31541)
  • resource/aws_redshiftserverless_workgroup: Additional supported values for config_parameter.parameter_key (#​31747)
  • resource/aws_sagemaker_model: Add container.model_package_name and primary_container.model_package_name arguments (#​31755)

BUG FIXES:

  • data-source/aws_redshift_cluster: Fix crash reading clusters in modifying state (#​31772)
  • provider/default_tags: Fix perpetual diff when identical tags are moved from default_tags to resource tags, and vice versa (#​31826)
  • resource/aws_autoscaling_group: Ignore any Failed scaling activities due to IAM eventual consistency (#​31282)
  • resource/aws_dx_connection: Convert vlan_id from TypeString to TypeInt in Terraform state for existing resources. This fixes a regression introduced in v5.1.0 causing a number is required errors (#​31735)
  • resource/aws_globalaccelerator_endpoint_group: Fix bug updating endpoint_configuration.weight to 0 (#​31767)
  • resource/aws_medialive_channel: Fix spelling in hls_cdn_settings expander. (#​31844)
  • resource/aws_redshiftserverless_namespace: Fix perpetual iam_roles diffs when the namespace contains a workgroup (#​31749)
  • resource/aws_redshiftserverless_workgroup: Change config_parameter from TypeList to TypeSet as order is not significant (#​31747)
  • resource/aws_redshiftserverless_workgroup: Fix ValidationException: Can't update multiple configurations at the same time errors (#​31747)
  • resource/aws_vpc_endpoint: Fix tagging error preventing use in ISO partitions (#​31801)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the enhancement New feature or request label Jun 9, 2023
@renovate renovate bot changed the title chore(deps): update terraform aws to v5.2.0 chore(deps): update terraform aws to v5.3.0 Jun 13, 2023
@renovate renovate bot force-pushed the renovate/aws-5.x-lockfile branch from 12deb5e to f5bd61e Compare June 13, 2023 09:32
@jnonino jnonino self-assigned this Jun 13, 2023
@jnonino jnonino merged commit 9f189f6 into main Jun 13, 2023
4 checks passed
@jnonino jnonino deleted the renovate/aws-5.x-lockfile branch June 13, 2023 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant