From 5db1ea4179472fa3a3efb6548930e9647e36067d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 06:10:56 +0000 Subject: [PATCH] chore(deps): update terraform aws to v5 --- infra-examples/aws/k8s-cluster/versions.tf | 2 +- infra-examples/aws/vpc/versions.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/infra-examples/aws/k8s-cluster/versions.tf b/infra-examples/aws/k8s-cluster/versions.tf index 7b4ae0a..bf85cc0 100644 --- a/infra-examples/aws/k8s-cluster/versions.tf +++ b/infra-examples/aws/k8s-cluster/versions.tf @@ -20,7 +20,7 @@ terraform { } aws = { source = "hashicorp/aws" - version = "~> 4.65" + version = "~> 5.0" } kubectl = { source = "gavinbunney/kubectl" diff --git a/infra-examples/aws/vpc/versions.tf b/infra-examples/aws/vpc/versions.tf index ac1fc42..7b15f1c 100644 --- a/infra-examples/aws/vpc/versions.tf +++ b/infra-examples/aws/vpc/versions.tf @@ -12,7 +12,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 4.65" + version = "~> 5.0" } local = { source = "hashicorp/local"