Update Terraform aws to v4.44.0 (#702)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-12-01 18:46:31 +01:00 committed by GitHub
parent 4eeff3696d
commit 68bf23b760
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.43.0"
version = "4.44.0"
}
}
}