mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
7 lines
123 B
HCL
7 lines
123 B
HCL
variable "tags" {
|
|
type = map(string)
|
|
}
|
|
variable "tenant_id" {
|
|
type = string
|
|
description = "Azure Tenant ID"
|
|
}
|