Azure <> Terraform module Terraform module for creation Azure Static Web Apps Usage Requirements Name Version terraform >= 1.0.0 azurerm >= 3.23.0 Providers Name Version azurerm >= 3.23.0 Modules No modules. Resources Name Type azurerm_static_site.this resource azurerm_static_site_custom_domain.this resource Inputs Name Description Type Default Required domain_name Domain name string null no env Environment string n/a yes identity_ids List of user assigned identity IDs list(string) null no location Location string n/a yes name Static site name string n/a yes project Project name string n/a yes resource_group Resource group name string n/a yes sku_size SKU size string "Free" no sku_tier SKU tier string "Free" no tags Tags map(string) n/a yes validation_type Validation type string "dns-txt-token" no Outputs Name Description api_key The API Key of the Static Site. custom_domain_id The ID of the Custom Domain. default_host_name The Default Host Name of the Static Site. id The ID of the Static Site. identity The Managed Identity of the Static Site. validation_token The Validation Token of the Custom Domain. License Apache 2 Licensed. For more information please see LICENSE