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

Terraform Module for ElastiCache Memcached Cluster

Results 8 terraform-aws-elasticache-memcached issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloudposse/dynamic-subnets/aws](https://registry.terraform.io/modules/cloudposse/dynamic-subnets/aws) ([source](https://togithub.com/cloudposse/terraform-aws-dynamic-subnets)) | module | patch | `2.4.1` -> `2.4.2` | --- ###...

auto-update

### Describe the Bug aws_elasticache_subnet_group.default[0] will be created even if we pass elasticache_subnet_group_name ### Expected Behavior If we pass elasticache_subnet_group_name, the aws_elasticache_subnet_group.default[0] won't be created anymore ### Steps to Reproduce...

bug

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

## Describe the Feature Currently, the engine parameters that are set via `aws_elasticache_parameter_group` support only `max_item_size`. We might need to set other parameters as well.

### Describe the Bug `Error: creating ElastiCache Cache Cluster: CacheClusterAlreadyExists: Cache cluster already exists` When trying to change the instance_type. Is this expected behavior? ### Expected Behavior The memcache cluster...

bug

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com) ## Describe the Feature Allow setting `network_type` argument in `aws_elasticache_cluster` managed by module. ## Expected...

If you pass in a custom DB subnet group name, and as a result leave off `subnets`, apply fails because it tries to create a subnet group with no subnets:...

## what - added new variable parameter - value of variable max_item_size was added as default value to parameter - added dynamic block to aws_elasticache_parameter_group resource ## why - To...

triage