Skip to content

Commit

Permalink
Merge pull request Azure#411 from hong-yi/main
Browse files Browse the repository at this point in the history
Add support for static web app to caf_solution
  • Loading branch information
arnaudlh authored Sep 15, 2022
2 parents 69712c6 + 6dfb880 commit d12bd91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions caf_solution/local.webapp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ locals {
app_services = var.app_services
azurerm_application_insights = var.azurerm_application_insights
function_apps = var.function_apps
static_sites = var.static_sites
}
)
}
5 changes: 4 additions & 1 deletion caf_solution/variables.webapp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ variable "azurerm_application_insights" {
}
variable "function_apps" {
default = {}
}
}
variable "static_sites" {
default = {}
}

0 comments on commit d12bd91

Please sign in to comment.