Updated dev environment for JEDI.

- Updated environment name.
- Updated variables.
- AKS service principal creds moved to the operator Key Vault.
This commit is contained in:
dandds
2020-01-20 19:34:47 -05:00
parent fdd8e3dbba
commit 9f2bdd4a9f
9 changed files with 49 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
module "operator_keyvault" {
source = "../../modules/keyvault"
name = "operator"
name = "ops"
region = var.region
owner = var.owner
environment = var.environment