diff --git a/opentofu/network/versions.tf b/opentofu/network/versions.tf index c65afa969..4b1e242b9 100644 --- a/opentofu/network/versions.tf +++ b/opentofu/network/versions.tf @@ -4,7 +4,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "< 6.38.0" + version = "< 6.39.0" } random = { source = "hashicorp/random"