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

@@ -14,6 +14,11 @@ variable "environment" {
}
variable "owner" {
type = string
type = string
description = "Owner of this environment"
}
variable "tenant_id" {
type = string
description = "The Tenant ID"
}