Skip to content

Bump hashicorp/aws from 3.42.0 to 3.53.0 #13

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 6, 2021

Bumps hashicorp/aws from 3.42.0 to 3.53.0.

Release notes

Sourced from hashicorp/aws's releases.

v3.53.0

ENHANCEMENTS:

  • data-source/aws_acm_certificate: Add status attribute (#20232)
  • data-source/aws_ec2_coip_pool: Add arn attribute (#17046)
  • resource/aws_appconfig_deployment: Include predefined strategies in plan time validation of deployment_strategy_id (#20420)
  • resource/aws_autoscaling_schedule: Add time_zone argument (#19829)
  • resource/aws_db_instance: Add customer_owned_ip_enabled argument (#17864)
  • resource/aws_db_instance: Add nchar_character_set_name argument (#20437)
  • resource/aws_kms_external_key: Add bypass_policy_lockout_safety_check argument (#18117)
  • resource/aws_kms_key: Add bypass_policy_lockout_safety_check argument (#18117)
  • resource/aws_launch_template: Allow all supported resource types tag_specifications.resource_type (#20409)
  • resource/aws_redshift_parameter_group: Make Redshift parameters case sensitive. (#19772)

BUG FIXES:

  • aws/resource_aws_amplify_branch: Correctly handle branch names that contain '/' (#20426)
  • aws/resource_aws_apigateway_vpc_link: Ensure deletion does not return an error when resource is not found (#20441)
  • aws/resource_aws_instance: Fix running terraform plan with with skip_credentials_validation=true (#20357)
  • aws/resource_aws_instance: Fix state refresh when launch template was deleted (#20357)

v3.52.0

FEATURES:

  • New Resource: aws_sagemaker_workforce (#20065)
  • New Resource: aws_sagemaker_workteam (#20122)
  • New Resource: aws_storagegateway_file_system_association (#20082)

ENHANCEMENTS:

  • data-source/aws_ec2_instance_type_offerings: Add locations and location_types attributes (#16704)
  • data-source/aws_lb: Add ability to filter results by tags (#6458)
  • data-source/aws_qldb_ledger: Add permissions_mode attribute (#20302)
  • resource/aws_budgets_budget: Add the cost_filter argument which allows multiple values to be specified per filter. This new argument will eventually replace the cost_filters argument (#9092)
  • resource/aws_budgets_budget: Change time_period_start to an optional argument. If you don't specify a start date, AWS defaults to the start of your chosen time period (#9092)
  • resource/aws_cognito_user_pool_client: Set callback_urls and logout_urls as computed. (#20065)
  • resource/aws_qldb_ledger: Add permissions_mode support (#20302)
  • resource/aws_rds_cluster: Use engine_version and engine_version_actual to set and track engine versions (#20211)
  • resource/aws_rds_cluster_instance: Use engine_version and engine_version_actual to set and track engine versions (#20211)
  • resource/aws_s3_bucket_object: Existing resource can now be imported (#10036)
  • resource/aws_sagemaker_model: Add inference_execution_config. (#20066)
  • resource/aws_secretsmanager_secret: Add replica support (#20293)
  • resource/aws_storagegateway_gateway: Add new option for gateway_type, FILE_FSX_SMB, to be used with aws_storagegateway_file_system_association (#20082)

BUG FIXES:

  • aws/resource_aws_elasticache_user: Correctly handle user modifications and deletion (#20339)
  • resource/aws_budgets_budget: Change the service name in the arn attribute from budgetservice to budgets (#9092)
  • resource/aws_budgets_budget: Suppress plan differences with trailing zeroes for limit_amount (#9092)
  • resource/aws_budgets_budget_action: Change the service name in the arn attribute from budgetservice to budgets (#9092)

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

3.53.0 (August 05, 2021)

ENHANCEMENTS:

  • data-source/aws_acm_certificate: Add status attribute (#20232)
  • data-source/aws_ec2_coip_pool: Add arn attribute (#17046)
  • resource/aws_appconfig_deployment: Include predefined strategies in plan time validation of deployment_strategy_id (#20420)
  • resource/aws_autoscaling_schedule: Add time_zone argument (#19829)
  • resource/aws_db_instance: Add customer_owned_ip_enabled argument (#17864)
  • resource/aws_db_instance: Add nchar_character_set_name argument (#20437)
  • resource/aws_kms_external_key: Add bypass_policy_lockout_safety_check argument (#18117)
  • resource/aws_kms_key: Add bypass_policy_lockout_safety_check argument (#18117)
  • resource/aws_launch_template: Allow all supported resource types tag_specifications.resource_type (#20409)
  • resource/aws_redshift_parameter_group: Make Redshift parameters case sensitive. (#19772)

BUG FIXES:

  • aws/resource_aws_amplify_branch: Correctly handle branch names that contain '/' (#20426)
  • aws/resource_aws_apigateway_vpc_link: Ensure deletion does not return an error when resource is not found (#20441)
  • aws/resource_aws_instance: Fix running terraform plan with with skip_credentials_validation=true (#20357)
  • aws/resource_aws_instance: Fix state refresh when launch template was deleted (#20357)

3.52.0 (July 29, 2021)

FEATURES:

  • New Resource: aws_sagemaker_workforce (#20065)
  • New Resource: aws_sagemaker_workteam (#20122)
  • New Resource: aws_storagegateway_file_system_association (#20082)

ENHANCEMENTS:

  • data-source/aws_ec2_instance_type_offerings: Add locations and location_types attributes (#16704)
  • data-source/aws_lb: Add ability to filter results by tags (#6458)
  • data-source/aws_qldb_ledger: Add permissions_mode attribute (#20302)
  • resource/aws_budgets_budget: Add the cost_filter argument which allows multiple values to be specified per filter. This new argument will eventually replace the cost_filters argument (#9092)
  • resource/aws_budgets_budget: Change time_period_start to an optional argument. If you don't specify a start date, AWS defaults to the start of your chosen time period (#9092)
  • resource/aws_cognito_user_pool_client: Set callback_urls and logout_urls as computed. (#20065)
  • resource/aws_dx_connection: Add support for 100Gbps bandwidth #20364)
  • resource/aws_dx_lag: Add support for 100Gbps connections_bandwidth #20364)
  • resource/aws_qldb_ledger: Add permissions_mode support (#20302)
  • resource/aws_rds_cluster: Use engine_version and engine_version_actual to set and track engine versions (#20211)
  • resource/aws_rds_cluster_instance: Use engine_version and engine_version_actual to set and track engine versions (#20211)
  • resource/aws_s3_bucket_object: Existing resource can now be imported (#10036)
  • resource/aws_sagemaker_model: Add inference_execution_config. (#20066)
  • resource/aws_secretsmanager_secret: Add replica support (#20293)
  • resource/aws_storagegateway_gateway: Add new option for gateway_type, FILE_FSX_SMB, to be used with aws_storagegateway_file_system_association (#20082)

BUG FIXES:

... (truncated)

Commits

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 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 3.42.0 to 3.53.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@v3.42.0...v3.53.0)

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

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 Aug 6, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 13, 2021

Superseded by #14.

@dependabot dependabot bot closed this Aug 13, 2021
@dependabot dependabot bot deleted the dependabot/terraform/hashicorp/aws-3.53.0 branch August 13, 2021 20:12
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.

0 participants