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
resource"azurerm_resource_group""resource_group" {
name="${var.environment}-${var.uuid}-rg"location=var.location
}
module"aks" {
source="Azure/aks/azurerm"version="9.2.0"resource_group_name=var.resource_group_namelocation=var.location# otherwise assuming all defaults are set
}
tfvars variables values
environment=dev
uuid=test
location=westeurope
Debug Output/Panic Output
│ Error: Error: Resource Group "dev-test-rg" was not found
│
│ with module.cluster.module.aks.data.azurerm_resource_group.main,
│ on .terraform/modules/cluster.aks/main.tf line 1, in data "azurerm_resource_group""main":
│ 1: data "azurerm_resource_group""main" {
│
╵
╷
│ Error: Error: Resource Group "dev-test-rg" was not found
│
│ with module.cluster.module.aks.data.azurerm_resource_group.aks_rg[0],
│ on .terraform/modules/cluster.aks/role_assignments.tf line 114, in data "azurerm_resource_group""aks_rg":
│ 114: data "azurerm_resource_group""aks_rg" {
│
╵
Expected Behaviour
I expected the module to not try to read the resource group and expecting it to exist already on my first run.
Actual Behaviour
The data source fails.
Steps to Reproduce
terraform apply
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Greenfield/Brownfield provisioning
greenfield
Terraform Version
1.9.8
Module Version
9.2.0
AzureRM Provider Version
4.9.0
Affected Resource(s)/Data Source(s)
data.azurerm_resource_group.main
Terraform Configuration Files
tfvars variables values
Debug Output/Panic Output
Expected Behaviour
I expected the module to not try to read the resource group and expecting it to exist already on my first run.
Actual Behaviour
The data source fails.
Steps to Reproduce
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: