Could not download module "aks_rbac" (../../infrastructure/aks-rbac.tf:2) source code from │ "git::https://github.com/CloudNationHQ/terraform-azure-aks?ref=aec520e04b0b73e4b86cf56e6348ac11a760fe8e": error downloading │ 'https://github.com/CloudNationHQ/terraform-azure-aks?ref=aec520e04b0b73e4b86cf56e6348ac11a760fe8e': /opt/homebrew/bin/git exited with 128: │ fatal: No url found for submodule path 'terraform-azure-vm' in .gitmodules
Is there an existing issue for this?
Module Version
3.2.0
Terraform Version
1.9.7
AzureRM Provider Version
4.0.6
Short Description
Unable to initialise module because of subfolder
Terraform Configuration Files
module` "aks" { source = "CloudNationHQ/aks/azure" version = "~> 3.1" }
Expected Behaviour
Succesful terraform init
Actual Behaviour
Could not download module "aks_rbac" (../../infrastructure/aks-rbac.tf:2) source code from │ "git::https://github.com/CloudNationHQ/terraform-azure-aks?ref=aec520e04b0b73e4b86cf56e6348ac11a760fe8e": error downloading │ 'https://github.com/CloudNationHQ/terraform-azure-aks?ref=aec520e04b0b73e4b86cf56e6348ac11a760fe8e': /opt/homebrew/bin/git exited with 128: │ fatal: No url found for submodule path 'terraform-azure-vm' in .gitmodules
Steps to Reproduce
No response
Additional Context
No response
References
No response