Skip to content

Commit

Permalink
feat(dns-records) switch Update Center to the new Azure implementation (
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Nov 18, 2024
1 parent 66dee81 commit 9bd70b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns-records.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ resource "azurerm_dns_cname_record" "updates_jenkins_io" {
zone_name = data.azurerm_dns_zone.jenkinsio.name
resource_group_name = data.azurerm_resource_group.proddns_jenkinsio.name
ttl = 60
record = "aws.updates.jenkins.io"
record = "azure.updates.jenkins.io"

tags = merge(local.default_tags, {
purpose = "Jenkins Update Center"
Expand Down

0 comments on commit 9bd70b3

Please sign in to comment.