Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.22 KB

File metadata and controls

24 lines (18 loc) · 1.22 KB

App Service Proxy Terraform module

Validate Release License Terraform Registry

Usage

module "appservice_proxy" {
  source  = "shibayan/appservice-proxy/azurerm"
  version = "~> 1.0"

  web_app_name        = "app-proxy-module"
  app_service_plan_id = azurerm_app_service_plan.default.id
  resource_group_name = azurerm_resource_group.default.name
  location            = azurerm_resource_group.default.location
}

License

This project is licensed under the MIT License