Skip to content

Commit

Permalink
fix: rollback network version for compatibility (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsorbo authored May 2, 2023
1 parent 72b5ceb commit fc052c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/standalone_single_project/network.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ locals {
# Private Cluster VPCs
module "vpc" {
source = "terraform-google-modules/network/google"
version = "~> 7.0"
version = "~> 6.0"

project_id = var.project_id
network_name = "${var.app_name}-vpc"
Expand Down

0 comments on commit fc052c5

Please sign in to comment.