literalice / terraform-aws-openshift

Creates OpenShift Container Platform(OCP) or OKD cluster
https://registry.terraform.io/modules/literalice/openshift/aws
35 stars 42 forks source link

Allow users to define VPC CIDR, OpenShift platform CIDR and OpenShift services CIDR #29

Open chrisbsmith opened 5 years ago

chrisbsmith commented 5 years ago

Currently, the deployment supplies defaults for the VPC CIDR, OpenShift Network CIDR and the OpenShift services CIDR. Users should be able to define these values. In our case, we want to run multiple clusters and create a VPN tunnel between them. To do this, all CIDRs must not overlap.