-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
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
resource/aws_elasticache_replication_group, data_source/aws_elasticache_replication_group: Remove deprecated parameters #22903
Comments
Having an issue with these deprecated elements in that whilst the
Which isn't that useful as what are the other 4. In addition, {
"format_version": "1.0",
"valid": true,
"error_count": 0,
"warning_count": 0,
"diagnostics": []
} I've raised a question at https://discuss.hashicorp.com/t/where-are-warning-argument-is-deprecated-present-in-the-plan/47581 also to see if there's something I'm missing. As an aside, the additional reporting we have in our pipeline has correctly shown up all the S3 related deprecations correctly and allowed us to successfully migrate all the deprecated So we assumed that the warnings that My IDE (PHPStorm) is aware of the deprecations: But I'm not able to see anything in the
[EDIT] In conversation over on HashiCorp Discuss, it seems that I would expect to have the deprecated information displayed as part of Is there anyone who can point out how this is being reported differently. I'm just not good enough at Go code to identify why [EDIT] I've documented the |
This functionality has been released in v5.0.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
The resource and data source
aws_elasticache_replication_group
have a number of deprecated parameters introduced as part of #18440. They should be removed in the next major release.Resource:
number_cache_clusters
cluster_mode
replication_group_description
Data Source:
number_cache_clusters
replication_group_description
The text was updated successfully, but these errors were encountered: