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

[Feature]: Convert id fields from String to Int #862

Open
apricote opened this issue Feb 5, 2024 · 2 comments
Open

[Feature]: Convert id fields from String to Int #862

apricote opened this issue Feb 5, 2024 · 2 comments

Comments

@apricote
Copy link
Member

apricote commented Feb 5, 2024

What whould you like to see?

In the current version of the provider, all id fields are internally strings, even though we have documented them as int. We would like to make them int(64) to match our API. This is a breaking change, and requires #752 to be finalized.

This comment was marked as resolved.

@apricote
Copy link
Member Author

apricote commented Jul 9, 2024

This is causing CDKTF to generate code that requires manual type conversions. See #951 for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant