Skip to content

Commit

Permalink
move iprange back
Browse files Browse the repository at this point in the history
  • Loading branch information
raubitsj committed Sep 3, 2024
1 parent 8f0ec9a commit 0aadbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/clickhouse/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "google_compute_subnetwork" "psc_network" {
name = "${var.clickhouse_region}-subnet"

ip_cidr_range = "10.40.0.0/16"
ip_cidr_range = "10.20.0.0/16"
private_ip_google_access = true
network = var.network
region = var.clickhouse_region
Expand Down

0 comments on commit 0aadbaf

Please sign in to comment.