-
-
Notifications
You must be signed in to change notification settings - Fork 235
Closed
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Found a bug? Maybe our Slack Community can help.
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:
- Use the basic example with the newest module version
- Run terraform apply (remember to set ebs volume type to gp3
- 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
Labels
bug🐛 An issue with the system🐛 An issue with the system