-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[Bug]: CognitoUserPoolClient CallbackUrls is marked as computed #28073
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
I couldn't find any reference for why this was changed. I'm happy to undo the change if it would get this out faster. I triple checked the documentation on |
they are now also computed, not just computed. you can still set those values. as they are also optional. |
Okay I searched around and I do see specific mentions of optional+computed in various other places, so I think you're right. But I can't find any documentation regarding what it actually means. This only implicitly allows it, and offers no description of what it might mean. It's confirmed to be allowed here: hashicorp/terraform-plugin-framework#31 |
So I guess
It would be nice to see an official enumeration but I think this is resolved. Thanks! I had no idea optional+computed was a special case. |
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. |
Terraform Core Version
any
AWS Provider Version
master
Affected Resource(s)
CognitoUserPoolClient
Expected Behavior
CallbackUrls (and LogoutUrls actually) should not be computed. These are both user specified during creation and update, and are not provided by AWS.
Actual Behavior
Both are marked as computed.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
None
Steps to Reproduce
None
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
#20065 - set as computed here, but doesn't seem relevant to the PR
Would you like to implement a fix?
No response
The text was updated successfully, but these errors were encountered: