Skip to content

Commit 5f3bfa0

Browse files
authored
hotfix(reports) remove the custom domain associated to the storage account (#864)
Hot fixup of Fix the error: ``` performing Create: unexpected status 409 (409 Conflict) with error: StorageDomainNameCouldNotVerify: The custom domain name could not be verified. CNAME mapping from reports.jenkins.io to any of prodjenkinsreports.blob.core.windows.net,prodjenkinsreports.z20.web.core.windows.net does not exist. ``` Signed-off-by: Damien Duportal <[email protected]>
1 parent 459c627 commit 5f3bfa0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

reports.jenkins.io.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ resource "azurerm_storage_account" "prodjenkinsreports" {
1818
https_traffic_only_enabled = true
1919
min_tls_version = "TLS1_2"
2020

21-
custom_domain {
22-
name = "reports.jenkins.io"
23-
use_subdomain = false
24-
}
25-
2621
tags = {
2722
scope = "terraform-managed"
2823
}

0 commit comments

Comments
 (0)