We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9622655 commit a9ce26eCopy full SHA for a9ce26e
infrastructure/modules/function-app/variables.tf
@@ -5,6 +5,7 @@ variable "acr_login_server" {
5
6
variable "acr_mi_client_id" {
7
description = "The Managed Identity Id for the Azure Container Registry."
8
+ default = null
9
}
10
11
variable "ai_connstring" {
@@ -45,6 +46,7 @@ variable "assigned_identity_ids" {
45
46
47
variable "cont_registry_use_mi" {
48
description = "Should connections for Azure Container Registry use Managed Identity."
49
50
51
52
variable "cors_allowed_origins" {
0 commit comments