You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are getting deprecation warnings with latest AWS provider version.
✋ I have searched the open/closed issues and my issue is not listed.
Versions
Module version: 4.0.3
Terraform version: 1.3.5
Provider versions: 4.53.0 and 4.62.0
Steps to reproduce the behavior:
Run a terraform plan or terraform apply
Expected behavior
Don't get deprecation warnings
Actual behavior
We are getting deprecation warnings with latest AWS provider version. The same as #81
Terminal Output Screenshot(s)
│ Warning: Deprecated attribute
│
│ on .terraform/modules/redshift/outputs.tf line 71, in output "cluster_security_groups":
│ 71: value = try(aws_redshift_cluster.this[0].cluster_security_groups, [])
│
│ The attribute "cluster_security_groups" is deprecated. Refer to the
│ provider documentation for details.
The text was updated successfully, but these errors were encountered:
we do not control these warnings, the provider does. This will most likely be resolved after v5 of the AWS provider is released hashicorp/terraform-provider-aws#29842 and this project is updated to use v5 at which time the deprecated arguments will have been removed
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. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
We are getting deprecation warnings with latest AWS provider version.
Versions
Steps to reproduce the behavior:
Run a
terraform plan
orterraform apply
Expected behavior
Don't get deprecation warnings
Actual behavior
We are getting deprecation warnings with latest AWS provider version. The same as #81
Terminal Output Screenshot(s)
The text was updated successfully, but these errors were encountered: