Skip to content

Commit

Permalink
feat(deps): bump hashicorp/aws from 4.67.0 to 5.0.1 (#128), enable us…
Browse files Browse the repository at this point in the history
…e with tf aws provider 4 and 5

* chore(deps): bump hashicorp/aws from 4.67.0 to 5.0.1

Bumps [hashicorp/aws](https://github.com/hashicorp/terraform-provider-aws) from 4.67.0 to 5.0.1.
- [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.67.0...v5.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* terraform-docs: automated action

* fix version constraint to support aws provider v4 & v5 for users

* terraform-docs: automated action

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Martin Gerlach <[email protected]>
  • Loading branch information
3 people committed May 30, 2023
1 parent 47ab071 commit 2ea82d7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 20 deletions.
36 changes: 19 additions & 17 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ resource "aws_s3_bucket_public_access_block" "mwaa" {
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >=1.0.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | ~> 4.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0.0 |

## Providers

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.67.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.0.1 |

## Modules

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = ">= 4.0.0"
}
}
required_version = ">=1.0.0"
Expand Down

0 comments on commit 2ea82d7

Please sign in to comment.