Skip to content

AWS provider v4 argument deprecation #20

@iramello

Description

@iramello

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions