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

Update Terraform aws to v5.66.0 #151

Merged
merged 2 commits into from
Sep 10, 2024
Merged

Update Terraform aws to v5.66.0 #151

merged 2 commits into from
Sep 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2024

This PR contains the following updates:

Package Type Update Change
aws (source) required_provider minor 5.64.0 -> 5.66.0

Release Notes

hashicorp/terraform-provider-aws (aws)

v5.66.0

Compare Source

FEATURES:

  • New Data Source: aws_glue_registry (#​37953)
  • New Data Source: aws_organizations_organizational_unit_descendant_organizational_units (#​39120)
  • New Data Source: aws_quicksight_analysis (#​31737)
  • New Resource: aws_datazone_environment (#​38811)

ENHANCEMENTS:

  • data-source/aws_sns_topic: Add tags attribute (#​38959)
  • data-source/aws_transfer_server: Add tags attribute (#​39092)
  • resource/aws_appsync_graphql_api: Add api_type and merged_api_execution_role_arn arguments (#​39159)
  • resource/aws_bedrockagent_data_source: Add vector_ingestion_configuration.chunking_configuration.semantic_chunking_configuration, vector_ingestion_configuration.chunking_configuration.hierarchical_chunking_configuration, and vector_ingestion_configuration.parsing_configuration configuration blocks (#​39138)
  • resource/aws_datazone_domain: Add skip_deletion_protection attribute (#​38811)
  • resource/aws_docdbelastic_cluster: Add backup_retention_period and preferred_backup_window attributes (#​38452)
  • resource/aws_quicksight_data_source: Add parameters.databricks argument (#​31737)
  • resource/aws_rolesanywhere_trust_anchor: Add notification_settings argument (#​39108)
  • resource/aws_sagemaker_endpoint: Increase Create and Update InService timeouts to 60 minutes (#​39090)
  • resource/aws_wafv2_rule_group: Reduce rate_based_statement.limit minimum from 100 to 10 (#​39107)
  • resource/aws_wafv2_web_acl: Reduce rate_based_statement.limit minimum from 100 to 10 (#​39107)

BUG FIXES:

  • data-source/aws_networkmanager_core_network_policy_document: Change segment_actions.via.with_edge_override.use_edge to be nested set of edges, matching JSON (#​39142)
  • data-source/aws_networkmanager_core_network_policy_document: Deprecate segment_actions.via.with_edge_override.use_edge. Use segment_actions.via.with_edge_override.use_edge_location instead (#​39142)
  • many resources: Fixes perpetual diff when tag has a null value. (#​38869)
  • resource/aws_appconfig_extension: Mark role_arn as Optional (#​38900)
  • resource/aws_lexv2models_slot_type: Fix slot_type_values validator which limited configurations to 1 element (#​39126)
  • resource/aws_quicksight_analysis: Properly send theme_arn argument on create and update when configured (#​31737)
  • resource/aws_rolesanywhere_profile: Mark role_arns as Optional and send an empty list if unconfigured (#​39108)
  • resource/aws_synthetics_canary: Remove run_config.timeout_in_seconds default value to allow creation of resources with a frequency less than 14 minutes (#​35177)

v5.65.0

Compare Source

NOTES:

  • provider: Updates to Go 1.23. We do not expect this change to impact most users. For macOS, Go 1.23 requires macOS 11 Big Sur or later; support for previous versions has been discontinued. (#​38999)

FEATURES:

  • New Data Source: aws_shield_protection (#​37524)
  • New Resource: aws_glue_catalog_table_optimizer (#​38052)

ENHANCEMENTS:

  • data-source/aws_elb_hosted_zone_id: Add hosted zone ID for ap-southeast-5 AWS Region (#​39052)
  • data-source/aws_lb_hosted_zone_id: Add hosted zone IDs for ap-southeast-5 AWS Region (#​39052)
  • data-source/aws_s3_bucket: Add hosted zone ID for ap-southeast-5 AWS Region (#​39052)
  • provider: Support ap-southeast-5 as a valid AWS Region (#​39049)
  • resource/aws_cognito_user_pool: Add password_policy.password_history_size argument (#​39043)
  • resource/aws_elastic_beanstalk_application_version: Add process argument (#​25468)
  • resource/aws_elasticsearch_domain: Treat SUCCEEDED_WITH_ISSUES status as success when upgrading cluster (#​38086)
  • resource/aws_emr_cluster: Support io2 as a valid value for ebs_config.type (#​37740)
  • resource/aws_emr_instance_fleet: Support io2 as a valid value for instance_type_configs.ebs_config.type (#​37740)
  • resource/aws_emr_instance_group: Support io2 as a valid value for instance_type_configs.ebs_config.type (#​37740)
  • resource/aws_glue_job: Add job_run_queuing_enabled argument (#​39027)
  • resource/aws_lambda_event_source_mapping: Add kms_key_arn argument (#​39055)
  • resource/aws_verifiedaccess_endpoint: Set PolicyEnabled flag to false on update if policy_document is empty (#​38675)

BUG FIXES:

  • resource/aws_amplify_app: Fix crash updating auto_branch_creation_config (#​39041)
  • resource/aws_elasticsearch_domain_policy: Change domain_name to ForceNew (#​38086)
  • resource/aws_elbv2_listener: Fix crash when reading forward actions not configured in state (#​39039)
  • resource/aws_emr_instance_group: Properly send an instance_count value of 0 on create when configured (#​37740)
  • resource/aws_gamelift_game_server_group: Fix crash while reading server group with a nil auto scaling group ARN (#​39022)
  • resource/aws_guardduty_invite_accepter: Fix BadRequestException: The request is rejected because an invalid or out-of-range value is specified as an input parameter errors on resource Create (#​39084)
  • resource/aws_lakeformation_permissions: Fix error when revoking data_cells_filter permissions (#​39026)
  • resource/aws_neptune_cluster: Mark neptune_cluster_parameter_group_name as Computed (#​38980)
  • resource/aws_neptune_cluster_instance: Mark neptune_parameter_group_name as Computed (#​38980)
  • resource/aws_ssm_parameter: Fix ValidationException: Parameter ARN is not supported for this operation errors when deleting resources imported by ARN (#​39067)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update Terraform aws to v5.65.0 Update Terraform aws to v5.66.0 Sep 10, 2024
@Stretch96 Stretch96 merged commit 79f4449 into main Sep 10, 2024
5 checks passed
@Stretch96 Stretch96 deleted the renovate/aws-5.x-lockfile branch September 10, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant