first sync
Some checks failed
terraform validation / Terraform (push) Failing after 6s

This commit is contained in:
2025-01-02 14:25:42 +01:00
parent 35e2ff59f8
commit ae12f41e30
5 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# scaleway cluster needs a private network
resource "scaleway_vpc_private_network" "network" {
name = "k8s-network"
ipv4_subnet {
subnet = "10.50.70.0/24"
}
}