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:
@@ -19,4 +19,9 @@ resource "azurerm_lb" "lb" {
|
||||
name = "${var.name}-${var.environment}-ip"
|
||||
public_ip_address_id = azurerm_public_ip.lb.id
|
||||
}
|
||||
|
||||
tags = {
|
||||
owner = var.owner
|
||||
environment = var.environment
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user