Update Terraform aws to v4.67.0

This commit is contained in:
Renovate
2023-05-12 08:01:13 +01:00
committed by Jake Howard
parent b59d35e586
commit 7829865ee8
2 changed files with 17 additions and 17 deletions

View File

@ -10,7 +10,7 @@ terraform {
}
aws = {
source = "hashicorp/aws"
version = "4.60.0"
version = "4.67.0"
}
linode = {
source = "linode/linode"