First commit
This commit is contained in:
5
infrastructure/dns.tf
Normal file
5
infrastructure/dns.tf
Normal file
@@ -0,0 +1,5 @@
|
||||
resource "azurerm_static_web_app_custom_domain" "static_web_app_custom_domain_txt" {
|
||||
static_web_app_id = module.static_web_app.id
|
||||
domain_name = var.DOMAIN_NAME
|
||||
validation_type = "dns-txt-token"
|
||||
}
|
||||
Reference in New Issue
Block a user