-
-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
wontfixThis will not be worked onThis will not be worked on
Description
Describe the Bug
If you specify a value greater than one, then the cluster is recreated.
I think the problem is in the terraform itself:
hashicorp/terraform-provider-aws#10446
But now it would be nice to warn users about this
The problem is reproduced with
core_instance_group_ebs_volumes_per_instance
master_instance_group_ebs_volumes_per_instance
Expected Behavior
To warn that now it is worth using only the default value, otherwise the cluster will be recreated
Steps to Reproduce
Steps to reproduce the behavior:
-
set config
core_instance_group_ebs_size = 32
core_instance_group_ebs_volumes_per_instance = 2
master_instance_group_ebs_size = 32
master_instance_group_ebs_volumes_per_instance = 2
2 . Run apply twice -
Second apply see:
- ebs_config { # forces replacement - iops = 0 -> null - size = 32 -> null - type = "gp2" -> null - volumes_per_instance = 1 -> null } + ebs_config { # forces replacement + iops = 0 + size = 32 + type = "gp2" + volumes_per_instance = 2
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on