Skip to content
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

helper/schema: Make int fields accept string values from DefaultFunc(). #841

Merged

Conversation

rudo-thomas
Copy link
Contributor

This brings the int field up to par with bool and float ones.

Fixes #773

This brings the int field up to par with bool and float ones.

Fixes hashicorp#773
@hashicorp-cla
Copy link

hashicorp-cla commented Mar 12, 2022

CLA assistant check
All committers have signed the CLA.

@bflad bflad self-assigned this Mar 24, 2022
@bflad bflad added the bug Something isn't working label Mar 24, 2022
@bflad bflad added this to the v2.13.0 milestone Mar 24, 2022
Copy link
Member

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this contribution, @rudo-thomas. I'm pretty sure this should be okay to allow. 🚀

I'll add a changelog entry post merge.

@bflad bflad merged commit 5b915f2 into hashicorp:main Mar 24, 2022
bflad added a commit that referenced this pull request Mar 24, 2022
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

schema.EnvDefaultFunc doesn't work with int resource attributes
3 participants