Usage
module "static_site" {
source = "github.com/fencepencil/fencepencil-azure-modules//static-site"
name_prefix = "<name_prefix>"
storage_account_name = "<storage_account_name>"
resource_group_name = "<resource_group_name>"
location = "<location>"
tags = var.tags
}Inputs (6)
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
name_prefix | string | Prefix for resource naming | — | yes |
storage_account_name | string | Globally unique storage account name | — | yes |
resource_group_name | string | Resource group | — | yes |
location | string | Azure region | — | yes |
enable_cdn | bool | Enable Azure CDN | false | no |
tags | map(string) | Tags to apply to all resources | {} | no |
Outputs (3)
| Name | Description |
|---|---|
primary_web_endpoint | Primary web endpoint |
storage_account_name | Storage account name |
cdn_endpoint_hostname | CDN endpoint hostname |