You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure which version upgrade for the cluster module broke this but it's looking for an apex resource group now that doesn't exist. Digging around I think it's only setup to work currently if you give it DNS.
terraform plan
╷
│ Error: "name" cannot be blank
│
│ with module.cluster.module.dns.data.azurerm_resource_group.apex_resource_group,
│ on .terraform/modules/cluster/terraform-jx-azuredns/main.tf line 19, in data "azurerm_resource_group" "apex_resource_group":
│ 19: name = var.apex_resource_group_name
The text was updated successfully, but these errors were encountered:
Not sure which version upgrade for the cluster module broke this but it's looking for an apex resource group now that doesn't exist. Digging around I think it's only setup to work currently if you give it DNS.
The text was updated successfully, but these errors were encountered: