diff --git a/infrastructure/terraform/main.tf b/infrastructure/terraform/main.tf index bd25f536..7d4945d4 100644 --- a/infrastructure/terraform/main.tf +++ b/infrastructure/terraform/main.tf @@ -6,7 +6,7 @@ terraform { required_providers { google = { source = "hashicorp/google" - version = "7.24.0" + version = "7.28.0" } cloudflare = { source = "cloudflare/cloudflare"