We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module version [Required]: v4.2.0
v4.2.0
Terraform version:
OpenTofu v1.7.3 on darwin_arm64 + provider registry.opentofu.org/hashicorp/aws v5.73.0
Steps to reproduce the behavior:
target_value
autoscaling_indexes = { "org_id_index" = { ... target_read_value = x target_write_value = y } }
autoscaling_indexes = { "org_id_index" = { ... target_value = x } }
Output: Either the read or write aws_appautoscaling_policy.index_(read|write)_policy policy being modified.
aws_appautoscaling_policy.index_(read|write)_policy
The values are populated here for read and here for write.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Versions
Module version [Required]:
v4.2.0
Terraform version:
Reproduction Code [Required]
Steps to reproduce the behavior:
target_value
for the read and write autoscaling policies for autoscaling indices.Expected behavior
Actual behavior
Output:
Either the read or write
aws_appautoscaling_policy.index_(read|write)_policy
policy being modified.Additional context
The values are populated here for read and here for write.
The text was updated successfully, but these errors were encountered: