diff --git a/connection-test/providers.tf b/connection-test/providers.tf index 3b6c1c8..39653b2 100644 --- a/connection-test/providers.tf +++ b/connection-test/providers.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.78.0" + version = "~> 5.79.0" } } }