Update Terraform aws to v4.38.0 (#464)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-11-08 18:34:45 +01:00 committed by GitHub
parent 011f9c597d
commit b8acb5e448
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 18 additions and 24 deletions

View file

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