You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While porting some manually-added branding tweaks that a colleague had done, I've realized that the UI and API seemingly accept floats as value in certain places where the terraform provider only accepts ints. For example:
I am in the same situation and running into this exact same issue, down to the numbers. I'm assuming these are the default numbers which means this will be a common issue people run into.
As a workaround, I am setting these to 87 instead of 87.5. I'm sure no one will mind.
Hey folks, apologies for the inconvenience caused, that was a pretty bad oversight on our part. 😞 We'll probably have some time to focus on fixing this once we wrap up #14. We'll keep you updated 🙏🏻
Checklist
Description
While porting some manually-added branding tweaks that a colleague had done, I've realized that the UI and API seemingly accept floats as value in certain places where the terraform provider only accepts ints. For example:
I think this TypeInt should be TypeFloat instead.
Expectation
Certain fields should accept float values, and at the moment is restricted to int only.
Reproduction
Go to the UI, introduce a float size for any of the mentioned attributes. Ensure that if you fetch it manually with the API it comes as a float.
Excerpt of me fetching it via curl
Auth0 Terraform Provider version
0.37.1
Terraform version
1.1.4
The text was updated successfully, but these errors were encountered: