We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e2a39 commit ed9e1fbCopy full SHA for ed9e1fb
main.tf
@@ -12,7 +12,7 @@ resource "azurerm_static_site" "this" {
12
}
13
14
resource "azurerm_static_site_custom_domain" "this" {
15
- count = var.domain_name == null ? 0 : 1
+ count = var.domain_name == null ? 0 : 1
16
static_site_id = azurerm_static_site.this.id
17
domain_name = var.domain_name
18
validation_type = var.validation_type
0 commit comments