Skip to content

Commit a9ce26e

Browse files
fix: Function App module, ACR is optional
1 parent 9622655 commit a9ce26e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infrastructure/modules/function-app/variables.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ variable "acr_login_server" {
55

66
variable "acr_mi_client_id" {
77
description = "The Managed Identity Id for the Azure Container Registry."
8+
default = null
89
}
910

1011
variable "ai_connstring" {
@@ -45,6 +46,7 @@ variable "assigned_identity_ids" {
4546

4647
variable "cont_registry_use_mi" {
4748
description = "Should connections for Azure Container Registry use Managed Identity."
49+
default = null
4850
}
4951

5052
variable "cors_allowed_origins" {

0 commit comments

Comments
 (0)