Skip to content

Commit

Permalink
fix: fix dns validation for firma con io b2bportals website (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-calabrese authored Oct 21, 2024
1 parent ea4ff6f commit 1aeb9d4
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion src/common/_modules/global/modules/dns/dns_io_italia_it.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,30 @@ resource "azurerm_dns_caa_record" "io_italia_it" {
value = "mailto:[email protected]"
}

record {
flags = 0
tag = "issue"
value = "amazon.com"
}

record {
flags = 0
tag = "issue"
value = "amazontrust.com"
}

record {
flags = 0
tag = "issue"
value = "awstrust.com"
}

record {
flags = 0
tag = "issue"
value = "amazonaws.com"
}

tags = var.tags
}

Expand Down Expand Up @@ -116,7 +140,7 @@ resource "azurerm_dns_cname_record" "sender" {

# CNAME for firma con io AWS certificate
resource "azurerm_dns_cname_record" "firmaconio" {
name = "_c8fedcbb95e9a1a9970e790248192e40.firma.io.italia.it."
name = "_c8fedcbb95e9a1a9970e790248192e40.firma"
zone_name = azurerm_dns_zone.io_italia_it.name
resource_group_name = var.resource_groups.external
ttl = var.dns_default_ttl_sec
Expand Down

0 comments on commit 1aeb9d4

Please sign in to comment.