Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(archives.jenkins.io) import existing CNAME records for archives …
…jenkins.io and archives.jenkins-ci.org (#488) Related to jenkins-infra/helpdesk#3760 This PR defines the existing `CNAME` DNS records for `archives.jenkins.io` and `archives.jenkins-ci.org`. These records have been imported in the terraform state. Merging this PR will apply the following changes (only add tags to the records): ``` Terraform will perform the following actions: # azurerm_dns_cname_record.archives_jenkins_io["jenkins-ci.org"] will be updated in-place ~ resource "azurerm_dns_cname_record" "archives_jenkins_io" { id = "/subscriptions/<redacted>/resourceGroups/proddns_jenkinsci/providers/Microsoft.Network/dnsZones/jenkins-ci.org/CNAME/archives" name = "archives" ~ tags = { + "repository" = "jenkins-infra/azure" + "scope" = "terraform-managed" } # (5 unchanged attributes hidden) } # azurerm_dns_cname_record.archives_jenkins_io["jenkins.io"] will be updated in-place ~ resource "azurerm_dns_cname_record" "archives_jenkins_io" { id = "/subscriptions/<redacted>/resourceGroups/proddns_jenkinsio/providers/Microsoft.Network/dnsZones/jenkins.io/CNAME/archives" name = "archives" ~ tags = { + "repository" = "jenkins-infra/azure" + "scope" = "terraform-managed" } # (5 unchanged attributes hidden) } Plan: 0 to add, 2 to change, 0 to destroy. ``` Signed-off-by: Damien Duportal <[email protected]>
- Loading branch information