[Bug]: aws_iam_service_specific_credential password git credentials #38954
Labels
bug
Addresses a defect in current functionality.
needs-triage
Waiting for first response or review from a maintainer.
service/iam
Issues and PRs that pertain to the iam service.
waiting-response
Maintainers are waiting on response from community or contributor.
Terraform Core Version
1.9.5
AWS Provider Version
5.63.1,5.62.0
Affected Resource(s)
aws_iam_service_specific_credential
Expected Behavior
The password generated by the aws_iam_service_specific_credential resource should be valid and not contain unexpected special characters, such as the # character
The password should be directly usable for authentication to AWS CodeCommit, without the need to remove additional characters or make modifications.
Actual Behavior
Instead of generating a password that can be used directly without modification, the aws_iam_service_specific_credential resource is generating a password that includes a trailing # character and affects authentication to AWS CodeCommit.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Steps to Reproduce
terraform init
terraform apply
terraform output -raw test
Debug Output
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: