From 9f8fc01ba7c8c3760a884c2edd0bfc2adaaa012d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 19:55:50 +0000 Subject: [PATCH] Update Terraform aws to v6 --- modules/github_actions_assumable_role/main.tf | 2 +- providers.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/github_actions_assumable_role/main.tf b/modules/github_actions_assumable_role/main.tf index 10a5fbc..620e6ed 100644 --- a/modules/github_actions_assumable_role/main.tf +++ b/modules/github_actions_assumable_role/main.tf @@ -6,7 +6,7 @@ terraform { required_version = ">= 0.13.0" required_providers { - aws = "~> 5.0" + aws = "~> 6.0" } } diff --git a/providers.tf b/providers.tf index 7a11cf0..917c979 100644 --- a/providers.tf +++ b/providers.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.0" + version = "~> 6.0" } tls = { source = "hashicorp/tls"