169163334 - Adds more configuration elements per call with Dan
This adds the start of the identity module but also cleans up a bunch of things like the LBs. Originally I was managing the LBs, but k8s manages this for us so I disabled the LBs for now.
This commit is contained in:
@@ -9,10 +9,18 @@ module "k8s" {
|
||||
vnet_subnet_id = module.vpc.subnets #FIXME - output from module.vpc.subnets should be map
|
||||
}
|
||||
|
||||
module "lb" {
|
||||
source = "../../modules/lb"
|
||||
region = var.region
|
||||
name = var.name
|
||||
environment = var.environment
|
||||
owner = var.owner
|
||||
}
|
||||
#module "main_lb" {
|
||||
# source = "../../modules/lb"
|
||||
# region = var.region
|
||||
# name = "main-${var.name}"
|
||||
# environment = var.environment
|
||||
# owner = var.owner
|
||||
#}
|
||||
|
||||
#module "auth_lb" {
|
||||
# source = "../../modules/lb"
|
||||
# region = var.region
|
||||
# name = "auth-${var.name}"
|
||||
# environment = var.environment
|
||||
# owner = var.owner
|
||||
#}
|
||||
|
Reference in New Issue
Block a user