Hello! I am trying to use this module but it cannot be downloaded. It throws error 404 and fails. I just add the module and run a terraform init but it does not work. The logs below:
> terraform init
Initializing modules...
Downloading Azure/aci/azurerm 1.0.0 for aci...
Error: Failed to download module
Could not download module "aci" (main.tf:7) source code from
"https://github.com/Azure/terraform-azurerm-aci/archive/v1.0.0.tar.gz//*?archive=tar.gz":
bad response code: 404.
This is my .tf file:
provider "azurerm" {
version = "=2.0.0"
features {}
subscription_id = var.SUSCRIPTION_ID
}
module "aci" {
source = "Azure/aci/azurerm"
}
I am using the following terraform and provider version:
Hello! I am trying to use this module but it cannot be downloaded. It throws error 404 and fails. I just add the module and run a
terraform init
but it does not work. The logs below:This is my
.tf
file:I am using the following terraform and provider version: