terraform-aws-elasticache-memcached icon indicating copy to clipboard operation
terraform-aws-elasticache-memcached copied to clipboard

Allow setting `network_type` argument

Open z0rc opened this issue 1 year ago • 0 comments

Have a question? Please checkout our Slack Community or visit our Slack Archive.

Slack Community

Describe the Feature

Allow setting network_type argument in aws_elasticache_cluster managed by module.

Expected Behavior

Add module variable to set https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticache_cluster.html#network_type

Use Case

I need to create memcached cluster with network_type = "dual_stack" in dualstack subnet.

Describe Ideal Solution

See 'Expected Behaviour'

Alternatives Considered

Drop this module, manage aws_elasticache_cluster on my own.

Additional Context

None.

z0rc avatar May 05 '23 11:05 z0rc