[Bug]: aws_elasticsearch_domain
has persistent diff when IOPS is omitted
#28895
Labels
bug
Addresses a defect in current functionality.
service/elasticsearch
Issues and PRs that pertain to the elasticsearch service.
Milestone
Terraform Core Version
v1.3.4
AWS Provider Version
v4.36.0
Affected Resource(s)
aws_elasticsearch_domain
Expected Behavior
If EBS options are enabled, and
ebs_options.0.iops
is omitted, no diff should be show on a subsequent plan.Actual Behavior
A persistent diff is present on the
iops
attribute.Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform init
andterraform apply
with the configuration above.terraform plan
and observe diffDebug Output
No response
Panic Output
No response
Important Factoids
The same issue documented in #27510, but for the
elasticsearch
namespace version of this resource.References
No response
Would you like to implement a fix?
Yes
The text was updated successfully, but these errors were encountered: