8 lines
184 B
HCL
8 lines
184 B
HCL
module "flannel" {
|
|
source = "git@git.thomasklein.me:thomasklein/terraform-modules//kubernetes/flannel"
|
|
|
|
vxlan_port = 4789
|
|
vxlan_id = 8000
|
|
|
|
cluster_cidr = local.cluster_cidr
|
|
} |