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

Bump hashicorp/aws from 4.18.0 to 4.31.0 in /terraform #153

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2022

Bumps hashicorp/aws from 4.18.0 to 4.31.0.

Release notes

Sourced from hashicorp/aws's releases.

v4.31.0

FEATURES:

  • New Data Source: aws_ec2_managed_prefix_lists (#26727)
  • New Resource: aws_sqs_queue_redrive_allow_policy (#26733)
  • New Resource: aws_sqs_queue_redrive_policy (#26733)

ENHANCEMENTS:

  • data-source/aws_lambda_function: Add qualified_invoke_arn attribute (#26439)
  • resource/aws_db_instance: Add custom_iam_instance_profile attribute (#26765)
  • resource/aws_lambda_function: Add qualified_invoke_arn attribute (#26439)

BUG FIXES:

  • resource/aws_autoscaling_attachment: Retry errors like ValidationError: Trying to update too many Load Balancers/Target Groups at once. The limit is 10 when creating or deleting resource (#26654)
  • resource/aws_dynamodb_table: No longer returns error for an ARCHIVED table (#26744)
  • resource/aws_instance: Prevents errors in ISO regions when not using DisableApiStop attribute (#26745)
  • resource/aws_replication_subnet_group: Add retry to create step, resolving AccessDeniedFault error (#26768)

v4.30.0

FEATURES:

  • New Resource: aws_medialive_multiplex (#26608)
  • New Resource: aws_medialive_multiplex_program (#26694)
  • New Resource: aws_redshiftserverless_usage_limit (#26636)
  • New Resource: aws_ssoadmin_customer_managed_policy_attachment (#25915)

ENHANCEMENTS:

  • data-source/aws_rds_cluster: Add network_type attribute (#26489)
  • resource/aws_eks_addon: Support configurable timeouts for addon create, update, and delete (#26629)
  • resource/aws_rds_cluster: Add network_type argument (#26489)
  • resource/aws_rds_cluster_instance: Add network_type attribute (#26489)
  • resource/aws_s3_bucket_object_lock_configuration: Update rule argument to be Optional (#26520)
  • resource/aws_vpn_connection: Add tunnel1_log_options and tunnel2_log_options arguments (#26637)

BUG FIXES:

  • data-source/aws_ec2_managed_prefix_list: Fixes bug where an error is returned for regions with more than 100 managed prefix lists (#26683)
  • data-source/aws_iam_policy_document: Correctly handle unquoted Boolean values in Condition (#26657)
  • data-source/aws_iam_policy_document: Prevent crash when source_policy_documents contains empty or invalid JSON documents (#26640)
  • resource/aws_eip: Defaults to default regional domain when vpc not set (#26716)
  • resource/aws_instance: No longer fails when setting metadata_options.instance_metadata_tags (#26631)
  • resource/aws_lambda_function: Update the environment variables if the kms_key_arn has changed (#26696)
  • resource/aws_opsworks_stack: Defaults to default VPC when not supplied (#26711)
  • resource/aws_security_group: Defaults to default VPC when not supplied (#26697)

v4.29.0

NOTES:

... (truncated)

Changelog

Sourced from hashicorp/aws's changelog.

4.31.0 (September 15, 2022)

FEATURES:

  • New Data Source: aws_ec2_managed_prefix_lists (#26727)
  • New Resource: aws_sqs_queue_redrive_allow_policy (#26733)
  • New Resource: aws_sqs_queue_redrive_policy (#26733)

ENHANCEMENTS:

  • data-source/aws_lambda_function: Add qualified_invoke_arn attribute (#26439)
  • resource/aws_db_instance: Add custom_iam_instance_profile attribute (#26765)
  • resource/aws_lambda_function: Add qualified_invoke_arn attribute (#26439)

BUG FIXES:

  • resource/aws_autoscaling_attachment: Retry errors like ValidationError: Trying to update too many Load Balancers/Target Groups at once. The limit is 10 when creating or deleting resource (#26654)
  • resource/aws_dynamodb_table: No longer returns error for an ARCHIVED table (#26744)
  • resource/aws_instance: Prevents errors in ISO regions when not using DisableApiStop attribute (#26745)
  • resource/aws_replication_subnet_group: Add retry to create step, resolving AccessDeniedFault error (#26768)

4.30.0 (September 9, 2022)

FEATURES:

  • New Resource: aws_medialive_multiplex (#26608)
  • New Resource: aws_medialive_multiplex_program (#26694)
  • New Resource: aws_redshiftserverless_usage_limit (#26636)
  • New Resource: aws_ssoadmin_customer_managed_policy_attachment (#25915)

ENHANCEMENTS:

  • data-source/aws_rds_cluster: Add network_type attribute (#26489)
  • resource/aws_eks_addon: Support configurable timeouts for addon create, update, and delete (#26629)
  • resource/aws_rds_cluster: Add network_type argument (#26489)
  • resource/aws_rds_cluster_instance: Add network_type attribute (#26489)
  • resource/aws_s3_bucket_object_lock_configuration: Update rule argument to be Optional (#26520)
  • resource/aws_vpn_connection: Add tunnel1_log_options and tunnel2_log_options arguments (#26637)

BUG FIXES:

  • data-source/aws_ec2_managed_prefix_list: Fixes bug where an error is returned for regions with more than 100 managed prefix lists (#26683)
  • data-source/aws_iam_policy_document: Correctly handle unquoted Boolean values in Condition (#26657)
  • data-source/aws_iam_policy_document: Prevent crash when source_policy_documents contains empty or invalid JSON documents (#26640)
  • resource/aws_eip: Defaults to default regional domain when vpc not set (#26716)
  • resource/aws_instance: No longer fails when setting metadata_options.instance_metadata_tags (#26631)
  • resource/aws_lambda_function: Update the environment variables if the kms_key_arn has changed (#26696)
  • resource/aws_opsworks_stack: Defaults to default VPC when not supplied (#26711)
  • resource/aws_security_group: Defaults to default VPC when not supplied (#26697)

... (truncated)

Commits
  • 5bfc7ba include note about pfx-lists with many entries (#26712)
  • 0ce2a55 Merge pull request #26789 from ccayg-sainsburys/patch-1
  • d91573e Update CHANGELOG.md for #26765
  • 336ed27 Merge pull request #26765 from hashicorp/f-aws_db_instance_custom_instance_pr...
  • 231a2ce r/aws_db_instance: skip custom-sql test in gov cloud
  • 3697c5d Use db_name in db_instance example not deprecated name
  • 7222453 Merge pull request #26771 from hashicorp/td-sweeper-dynamobackup
  • 3bb0958 Update CHANGELOG.md for #26787
  • c3df612 Merge pull request #26787 from hashicorp/d-cognito_user_pool_client-client_se...
  • a414939 Merge pull request #26786 from hashicorp/td-ec2-classic-retirement-phase3
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 4.18.0 to 4.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.18.0...v4.31.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Sep 16, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

3 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 18, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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