diff --git a/terraform/main.tf b/terraform/main.tf index e77d6fc..56b12e2 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -2,7 +2,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "5.71.0" + version = "5.75.0" } random = { source = "hashicorp/random"