Skip to content

Commit

Permalink
Update dns.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Mar 21, 2023
1 parent d9a9ae4 commit 13228e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "azurerm_resource_group" "proddns_jenkinsio" {
# TODO: import as resource
data "azurerm_dns_zone" "jenkinsio" {
name = "jenkins.io"
resource_group_name = data.azurerm_resource_group.proddns_jenkinsio
resource_group_name = data.azurerm_resource_group.proddns_jenkinsio.name
}

resource "azurerm_dns_zone" "child_zones" {
Expand Down

0 comments on commit 13228e1

Please sign in to comment.