Update Terraform aws to v4.40.0 (#586)

Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-11-18 15:41:02 +01:00 committed by GitHub
parent 86b03bf08e
commit 54ef6d21f4
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.39.0"
version = "4.40.0"
}
}
}