Skip to content

Commit 49d5681

Browse files
committed
Fix specific subnet for our VPC
1 parent 9d5be74 commit 49d5681

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ resource "scaleway_vpc_private_network" "main" {
44

55
project_id = var.project_id
66
region = var.region
7+
8+
ipv4_subnet {
9+
subnet = "172.16.4.0/22"
10+
}
711
}
812

913
resource "scaleway_k8s_cluster" "main" {

0 commit comments

Comments
 (0)