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

EKS: Fix deprecation warning for aws_subnet_ids #277

Merged
merged 1 commit into from
Jun 9, 2022

Conversation

mark5cinco
Copy link
Contributor

Summary

Fixes deprecation warning on aws_subnet_ids. Change to aws_subnets

Example
Warning: Deprecated Resource

  with module.my_app.data.aws_subnet_ids.current,
  on .terraform/modules/eks_apne1_one_node_pool_machine_learning/aws/cluster/node-pool/data_sources.tf line 16, in data "aws_subnet_ids" "current":
  16: data "aws_subnet_ids" "current" {

The aws_subnet_ids data source has been deprecated and will be removed in a
future version. Use the aws_subnets data source instead.

@pst pst merged commit 57c0b24 into kbst:master Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants