Open
Description
Is your request related to a problem? Please describe.
Using module version 20.31.1.
It is not a drop-in replacement to use the new cluster_dualstack_oidc_issuer_url
compared to the previous cluster_oidc_issuer_url
module output.
For the old issuer_url this module creates an aws_iam_openid_connect_provider
resource in the account creating the cluster. However there is not an analogous dualstack provider created for cluster_dualstack_oidc_issuer_url
.
Describe the solution you'd like.
- Create an
aws_iam_openid_connect_provider
attached to the dualstack url. - Export that provider from the module via
cluster_dualstack_oidc_provider_arn
. - Provide a way / migration path to turn off the old issuer url and only create/use the dualstack version.