You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[terragrunt] 2024/06/13 08:53:58 Running command: terraform plan
Releasing state lock. This may take a few moments...
Error: Unsupported argument
on main.tf line 55, in resource "aws_elasticache_replication_group" "default":
55: replication_group_description = module.this.id
An argument named "replication_group_description" is not expected here.
Error: Unsupported argument
on main.tf line 57, in resource "aws_elasticache_replication_group" "default":
57: number_cache_clusters = var.cluster_mode_enabled ? null : var.cluster_size
An argument named "number_cache_clusters" is not expected here.
Error: Unsupported argument
on main.tf line 60, in resource "aws_elasticache_replication_group" "default":
60: availability_zones = length(var.availability_zones) == 0 ? null : [for n in range(0, var.cluster_size) : element(var.availability_zones, n)]
An argument named "availability_zones" is not expected here.
Error: Unsupported block type
on main.tf line 80, in resource "aws_elasticache_replication_group" "default":
80: dynamic "cluster_mode" {
Blocks of type "cluster_mode" are not expected here.
[terragrunt] 2024/06/13 08:54:12 Hit multiple errors:
exit status 1
Describe the Bug
[terragrunt] 2024/06/13 08:53:58 Running command: terraform plan
Releasing state lock. This may take a few moments...
Error: Unsupported argument
on main.tf line 55, in resource "aws_elasticache_replication_group" "default":
55: replication_group_description = module.this.id
An argument named "replication_group_description" is not expected here.
Error: Unsupported argument
on main.tf line 57, in resource "aws_elasticache_replication_group" "default":
57: number_cache_clusters = var.cluster_mode_enabled ? null : var.cluster_size
An argument named "number_cache_clusters" is not expected here.
Error: Unsupported argument
on main.tf line 60, in resource "aws_elasticache_replication_group" "default":
60: availability_zones = length(var.availability_zones) == 0 ? null : [for n in range(0, var.cluster_size) : element(var.availability_zones, n)]
An argument named "availability_zones" is not expected here.
Error: Unsupported block type
on main.tf line 80, in resource "aws_elasticache_replication_group" "default":
80: dynamic "cluster_mode" {
Blocks of type "cluster_mode" are not expected here.
[terragrunt] 2024/06/13 08:54:12 Hit multiple errors:
exit status 1
Expected Behavior
the above should no occur
Steps to Reproduce
Using this module : https://github.com/cloudposse/terraform-aws-elasticache-redis.git//?ref=0.40.3
Terraform v0.13.7
Screenshots
No response
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: