We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c866a4e commit cd50a36Copy full SHA for cd50a36
testing/pull_request/main.tf
@@ -11,7 +11,7 @@ resource "azurerm_virtual_network" "vnet" {
11
}
12
13
module "private_dns" {
14
- source = "../../terraform-azurerm-private-dns-zone"
+ source = "./module"
15
name = "${azurerm_resource_group.rg.name}.com"
16
resource_group_name = azurerm_resource_group.rg.name
17
a_records = [
testing/release/main.tf
0 commit comments