CloudNationHQ / terraform-azure-aks

Terraform module which creates azure kubernetes resources used by workloads and accelerators.
https://library.tf/modules/CloudNationHQ/aks/azure/latest
MIT License
0 stars 1 forks source link

[BUG] - Unable to initialize module #107

Closed tovstcn closed 4 weeks ago

tovstcn commented 4 weeks ago

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