Skip to content

GP3 not working. #141

@MatiasNielsen

Description

@MatiasNielsen

Found a bug? Maybe our Slack Community can help.

Slack Community

Describe the Bug

Creating elasticache cluster / data nodes with gp3 instead of gp2.

Expected Behavior

It actually creates cluster with data nodes with ebs type gp3.

Steps to Reproduce

Steps to reproduce the behavior:

  1. Use the basic example with the newest module version
  2. Run terraform apply (remember to set ebs volume type to gp3
  3. See error

Error: expected ebs_options.0.volume_type to be one of [standard gp2 io1], got gp3

│ with module.elasticsearch.aws_elasticsearch_domain.default[0],
│ on .terraform/modules/elasticsearch/main.tf line 126, in resource "aws_elasticsearch_domain" "default":
│ 126: volume_type = var.ebs_volume_type

Anything that will help us triage the bug will help. Here are some ideas:

  • OS: linux / windows
  • Version [e.g. 0.35.1]

Additional Context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug🐛 An issue with the system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions