169163334 - Enables KeyVault server in dev TF env

This keyvault server will be used for db, redis, ad, k8s, and app
secrets for this environment.
This commit is contained in:
Rob Gil
2019-12-15 14:44:02 -05:00
parent 4c6c414d00
commit fd6bf723db
4 changed files with 20 additions and 33 deletions

View File

@@ -54,3 +54,8 @@ variable "k8s_dns_prefix" {
type = string
default = "atat"
}
variable "tenant_id" {
type = string
default = "b5ab0e1e-09f8-4258-afb7-fb17654bc5b3"
}