Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

visma-raet/terraform-azurerm-appserviceplan

Repository files navigation

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/visma-raet/terraform-azurerm-appserviceplan"
  name                  = var.appsp_name
  resource_group_name   = var.appsp_rsg
  location              = var.location
  create_resource_group = true
}

Authors

Originally created by Visma-raet

License

MIT