-
Notifications
You must be signed in to change notification settings - Fork 4
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
(beginner) questions and clarifications #4
Comments
Thanks for asking, and those are good questions! So first of all, aside from
I might be off base with some of this stuff. All in all, it's basically adding a few structs manually with the correct types so it should be fairly straightforward and not a huge amount of work. I think there are similar "automatic" fields in resources like FWIW I think the generation code is pretty straight forward, but code generation in general is fairly gnarly because of how meta it is, plus working around terraform non-orthogonalities made it gnarlier, so while it shouldn't be a big change it may be a bit difficult to navigate that code. |
I just looked at the opentofu registry and it still looks the same to me as the terraform registry. I think it's possible that if you have opentofu installed as |
instead of opening one issue per question i figure we can sort them out in one. maybe i have follow-ups or new ones in the meantime.
terraform
CLI execution in rust and subsequently have more rust imperative code upon success of the CLI call?The text was updated successfully, but these errors were encountered: