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

Provider accesses DescribeVpcClassicLink API calls when ClassicLink is disabled #28089

Closed
pavan-datazip opened this issue Nov 30, 2022 · 5 comments
Labels
bug Addresses a defect in current functionality. service/vpc Issues and PRs that pertain to the vpc service.
Milestone

Comments

@pavan-datazip
Copy link

pavan-datazip commented Nov 30, 2022

Description

Hi, this issue is the same as #15107 . Could not re-open that issue.
The details goes as follows: I am trying to create a EKS cluster and it works well with the ap-south-1 region but facing this problem when i switch the region to ap-southeast-1 or any other one. This happens although my account does not have classic link enabled or even if I mention the enable_classic_link as false.

Terraform CLI and Terraform AWS Provider Version
Terraform v1.3.5

  • hashicorp/aws: version = ">=4.0" provider is latest : 4.43.0

Affected Resource(s)
aws_vpc

Terraform Configuration Files

resource "aws_vpc" "vpc" {
  cidr_block                       =  19.17.0.0/16
  enable_classiclink               = false
  enable_classiclink_dns_support   = false
  assign_generated_ipv6_cidr_block = false
  tags = {
    Name        = format("%s-%s-vpc", var.app_name, var.app_environment)
    Environment = var.app_environment
  }
}

Debug Output:

image

Panic Output
N/A

Expected Behavior
It should create a EKS cluster in the specified region ( eg: ap-southeast-1 and us-east-1 -- i have tried)

Actual Behavior
Terraform calls out to DescribeVpcClassicLink when creating a VPC that has ClassicLink disabled

References

No response

Would you like to implement a fix?

No response

@pavan-datazip pavan-datazip added the needs-triage Waiting for first response or review from a maintainer. label Nov 30, 2022
@github-actions
Copy link

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

@github-actions github-actions bot added the service/vpc Issues and PRs that pertain to the vpc service. label Nov 30, 2022
@ewbankkit ewbankkit added bug Addresses a defect in current functionality. and removed needs-triage Waiting for first response or review from a maintainer. labels Nov 30, 2022
@ewbankkit
Copy link
Contributor

Relates #23625.

@jar-b
Copy link
Member

jar-b commented May 23, 2023

Closed by #30966, merged to main via #31392

@jar-b jar-b closed this as completed May 23, 2023
@jar-b jar-b added this to the v5.0.0 milestone May 23, 2023
@github-actions
Copy link

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!

@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 Jun 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. service/vpc Issues and PRs that pertain to the vpc service.
Projects
None yet
Development

No branches or pull requests

3 participants