/terraform-azurerm-appserviceplan

Terraform Module for deploying an Azure App Service Plan

Primary LanguageShellMIT LicenseMIT

terraform-azurerm-appserviceplan

Terraform

Deploys an Azure Application Service Plan

This Terraform module deploys an Application Service Plan on Azure

NOTES

  • A Basic SKU Tier is created by default.

Usage in Terraform 1.0

module "appserviceplan" {
  source                = "github.com/imjoseangel/terraform-azurerm-appserviceplan"
  name                  = var.appsp_name
  resource_group_name   = var.appsp_rsg
  location              = var.location
  create_resource_group = true
}

Authors

Originally created by imjoseangel

License

MIT