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:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user