Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwd9000-ML committed Jan 23, 2024
1 parent 5d0ab54 commit e89b208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_librechat_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ resource "azurerm_role_assignment" "librechat_app_kv_access" {

resource "azurerm_dns_txt_record" "domain-verification" {
count = var.libre_app_custom_domain_create == true ? 1 : 0
name = var.librechat_app_custom_domain_name
name = "${var.librechat_app_custom_domain_name}txt"
zone_name = var.librechat_app_custom_dns_zone_name
resource_group_name = var.dns_resource_group_name
ttl = 600
Expand Down

0 comments on commit e89b208

Please sign in to comment.