caf-terraform-landingzones/caf_solution/add-ons/aad-pod-identity/variables.tf

36 строки
903 B
HCL

# Map of the remote data state for lower level
variable "lower_storage_account_name" {}
variable "lower_container_name" {}
variable "lower_resource_group_name" {}
variable "tfstate_subscription_id" {
description = "This value is populated by the rover. subscription id hosting the remote tfstates"
}
variable "tfstate_storage_account_name" {}
variable "tfstate_container_name" {}
variable "tfstate_key" {}
variable "tfstate_resource_group_name" {}
variable "landingzone" {}
variable "rover_version" {
default = null
}
variable "tags" {
default = {}
}
######
variable "aks_cluster_key" {
description = "AKS cluster key to deploy the Gitlab Helm charts. The key must be defined in the variable aks_clusters"
}
variable "aks_clusters" {}
variable "vnets" {
default = {}
}
variable "managed_identities" {
description = "Map of the user managed identities."
}
variable "aad_pod_identity" {}