hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.74k stars 9.09k forks source link

Update Migration Docs From 19.xx To 20.xx With Diff For cluster_identity_providers Given Backward Incompatible Change #39005

Closed ElderMael closed 2 weeks ago

ElderMael commented 2 weeks ago

Description

Given these PRs:

What is the correct way to upgrade if I had this configuration in version 19.xx if I want to update to version 20.xx now that the default issuer_url is no longer provided?:

module "eks" {
  source  = "terraform-aws-modules/eks/aws"
 # ...
  cluster_identity_providers = {
    sts = {
      client_id = "sts.amazonaws.com"
    }
  }
# ...

It should probably should be added to the diff in the docs/UPGRADE-20.0.md docs.

References

No response

Would you like to implement a fix?

None

github-actions[bot] commented 2 weeks ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue

github-actions[bot] commented 2 weeks ago

[!WARNING] This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them.

Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed.