-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When using AWS provider >= v4, we get a warning about deprecated arguments.
In our case:
│ Warning: Argument is deprecated
│
│ with module.internals.module.redis.aws_elasticache_replication_group.redis,
│ on .terraform/modules/internals.redis/main.tf line 1, in resource "aws_elasticache_replication_group" "redis":
│ 1: resource "aws_elasticache_replication_group" "redis" {
│
│ Use num_node_groups and replicas_per_node_group instead
│
│ (and 23 more similar warnings elsewhere)
Will there a new release for address these argument deprecations?
Thanks
Ivan
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working