caf-frontdoor

aztfmod/caf-frontdoor/azurerm

Terraform Module HCL AZURERM ✓ Verified

Azure Front Door module for Cloud Adoption Framework for Azure landing zones

Install
module "caf-frontdoor" {
source = "aztfmod/caf-frontdoor/azurerm"
version = "1.0.2002"
}
plain text: /constructs/tfmod-aztfmod-caf-frontdoor-azurerm/install.txt
⭐ Source on GitHub 📦 Registry page
README

Create a Front Door with associated WAF Policies linked to Frontend Endpoints Creates a Front Front Door with: 1 to many Backend Pools 1 to many Routing Rules 1 to many Frontend Endpoints 1 to many WAF Policies and links them to Frontend Endpoints Reference the module to a specific version (recommended): ``hcl module "front-door" { source = "../front-door" #Point to front-end module location front-door-rg = var.rg location = var.location front-door-object = var.front-door-object front-door-waf-object = var.front-door-waf-object tags = var.tags } `` Link to Terraform providor: Front Door: https://www.terraform.io/docs/providers/azurerm/r/frontdoor.html Front Door WAF: https://www.terraform.io/docs/providers/azurerm/r/frontdoor_firewall_policy.html Inputs | Name | Type | Default | Descriptio

Inputs (5)
NameTypeDescriptionDefault
front-door-rgstring(Required) Resource Group of the Front Door to be created required
locationstring(Required) Location of the Front Door to be created required
front-door-objectstring(Required) Front Door Object configuration required
front-door-waf-objectstring(Required) Front Door WAF Object configuration required
tagsstring(Required) Tags of the Front Door to be created required
Outputs (2)
front-door-object
front-door-waf-object
Resources (1)
azurerm_frontdoor
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.2002
Cloud AZURERM
★ Stars6
Forks15
Total downloads6.0k
Inputs5
Outputs2
Resources1
Examples2
LicenseMIT
Namespaceaztfmod
Updated