Skip to content

Commit ed9e1fb

Browse files
committed
fix: format document
1 parent 52e2a39 commit ed9e1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resource "azurerm_static_site" "this" {
1212
}
1313

1414
resource "azurerm_static_site_custom_domain" "this" {
15-
count = var.domain_name == null ? 0 : 1
15+
count = var.domain_name == null ? 0 : 1
1616
static_site_id = azurerm_static_site.this.id
1717
domain_name = var.domain_name
1818
validation_type = var.validation_type

0 commit comments

Comments
 (0)