Update Terraform aws to v4.45.0 (#710)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-12-05 16:35:38 +01:00 committed by GitHub
parent e9ec9f2f29
commit 59076b0664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 65 additions and 65 deletions

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "4.44.0"
version = "4.45.0"
}
}
}