Azure / terraform-azurerm-aci

Azure Container Instances Module
MIT License
19 stars 20 forks source link

Module's download throws 404 and does not do it #4

Open ramonparisg opened 4 years ago

ramonparisg commented 4 years ago

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:

Terraform v0.12.24
+ provider.azurerm v2.0.0
jamesbrink commented 4 years ago

I feel like maybe this has been abandoned try https://www.terraform.io/docs/providers/azurerm/r/container_group.html