Skip to content

Commit

Permalink
Revert "feat(dns-records) open 6th Update Center brownout (#312)"
Browse files Browse the repository at this point in the history
This reverts commit c529a78.
  • Loading branch information
dduportal authored Nov 8, 2024
1 parent c529a78 commit 49c967c
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 = "azure.updates.jenkins.io"
record = "aws.updates.jenkins.io"

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

0 comments on commit 49c967c

Please sign in to comment.