-
Notifications
You must be signed in to change notification settings - Fork 460
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
feat(lib): expose terraform functions #903
Conversation
08b83dc
to
e241a44
Compare
How does jsii handle this approach? |
8bf976c
to
253f41c
Compare
253f41c
to
ac8ed24
Compare
FYI: The type export in jsii seems to be a bit picky - see aws/jsii#1818 |
cb2ff24
to
18c32db
Compare
67148bc
to
e16e1d6
Compare
2be7e71
to
9dc7e5d
Compare
dca56c0
to
2a89275
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't make it through every single function to make sure they are correct. I can keep going on them at a later date, but I think it's important to match how Tokens are used elsewhere. That could be not allowing them as arguments (since they aren't currently allowed in resource) or using them in the same manner as planned (never for strings/numbers and generally always an option for other types). It's important to maintain that consistency.
Co-authored-by: Jon Steinich <jons@perblue.com>
Co-authored-by: Ansgar Mertens <ansgar@hashicorp.com>
f55bbab
to
a9a4a58
Compare
a9a4a58
to
98b3452
Compare
addressed the mentioned issues
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 issues. If you've 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. |
Closes #220
When this is done we should create an issue to improve convert to use the functions