169163334 - Initial VPC TF and structure
169163334 - Make supernet configurable 169163334 - Makes DNS servers configurable 169163334 - Adds bucket for state storage 169163334 - Adds k8s, keyvault, azuread provider 169163334 - Adds route tables 169163334 - Adds route table associations 169163334 - Adds default routes to route tables and fixes route table association flapping
This commit is contained in:
11
terraform/providers/dev/k8s.tf
Normal file
11
terraform/providers/dev/k8s.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
module "k8s" {
|
||||
source = "../../modules/k8s"
|
||||
region = var.region
|
||||
name = var.name
|
||||
environment = var.environment
|
||||
owner = var.owner
|
||||
k8s_dns_prefix = var.k8s_dns_prefix
|
||||
k8s_node_size = var.k8s_node_size
|
||||
vnet_subnet_id = module.vpc.subnets #FIXME - output from module.vpc.subnets should be map
|
||||
}
|
||||
|
Reference in New Issue
Block a user