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:
@@ -1,7 +1,7 @@
|
||||
data "azurerm_client_config" "current" {}
|
||||
|
||||
resource "azurerm_resource_group" "keyvault" {
|
||||
name = "${var.name}-${var.environment}-rg"
|
||||
name = "${var.name}-${var.environment}-keyvault"
|
||||
location = var.region
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user