shibayan / terraform-azurerm-appservice-proxy

Terraform Module for App Service Proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Terraform Module for App Service Proxy

License:MIT License


Languages

Language:HCL 100.0%