Azure / terraform

Source code for the Azure Marketplace Terraform development VM package.
MIT License
673 stars 758 forks source link

Error in redis module #27

Open grayjeremy opened 5 years ago

grayjeremy commented 5 years ago

In the terraform module, redis referenced from issue https://github.com/Azure/terraform/issues/16 there seems to be an issue related to the upgrade of terraform 0.11.14 to 0.12.

The following error message is received from the following input in 0.12 and not in 0.11.14

Error

  on .terraform\modules\redis\rahulkhengare-terraform-azurerm-redis-ff49cbd\main.tf line 24, in resource "azurerm_redis_cache" "redis":
  24:   redis_configuration = {}

An argument named "redis_configuration" is not expected here. Did you mean to
define a block of type "redis_configuration"?

Input

module "redis" {
    source              = "rahulkhengare/redis/azurerm"
    name                = "jeremygraytestredis"
    resource_group_name = "${var.az_rg_name}"
    location = "${var.az_region_default}"
}

Found this and this, which seem related but I'm not quite sure.

c4m4 commented 4 years ago

All these terraform codes are not maintained

sathya2294 commented 2 years ago

Any update to resolve this ?