Skip to content
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

Deprecation warnings with latest AWS provider versions #82

Closed
1 task done
marlovil opened this issue Apr 12, 2023 · 3 comments
Closed
1 task done

Deprecation warnings with latest AWS provider versions #82

marlovil opened this issue Apr 12, 2023 · 3 comments

Comments

@marlovil
Copy link

Description

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.

@bryantbiggs
Copy link
Member

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

@marlovil
Copy link
Author

marlovil commented Apr 12, 2023

Thanks @bryantbiggs!

I've found a related issue about this: hashicorp/terraform-provider-aws#29480

Closing this issue.

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants