Closed gerty3000 closed 8 months ago
Voting for Prioritization
Volunteering to Work on This Issue
Today it works. Dunno what happened :shrug:
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.
Terraform Core Version
1.7.3
AWS Provider Version
5.37.0
Affected Resource(s)
aws_eks_identity_provider_config
Expected Behavior
Parameters (
identity_provider_config_name
,client_id
,groups_claim
,issuer_url
,username_claim
) passed to control plane do not contain additional quotesActual Behavior
Parameters (
identity_provider_config_name
,client_id
,groups_claim
,issuer_url
,username_claim
) passed to control plane do contain additional quotes. Below part of api server logsRelevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
aws_eks_identity_provider_config
Debug Output
No response
Panic Output
No response
Important Factoids
I tried to reproduce the error on different cluster, created from scratch but wasn't able to see the same error. I also tried to associate oidc provider using AWS console and aws cli - in both cases I've got the same error
References
No response
Would you like to implement a fix?
None