Skip to content

Commit

Permalink
Update Terraform aws to v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Stretch96 committed Jul 26, 2023
1 parent c58efb3 commit 1091d82
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 20 deletions.
32 changes: 15 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 @@ -41,13 +41,13 @@ locals {
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.3 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.8.0 |
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.9.0 |

## Providers

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

## Resources

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

0 comments on commit 1091d82

Please sign in to comment.