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

I dont' see anything relating to IAC in the aiac code... #124

Closed
bdmorin opened this issue Jul 1, 2024 · 1 comment
Closed

I dont' see anything relating to IAC in the aiac code... #124

bdmorin opened this issue Jul 1, 2024 · 1 comment

Comments

@bdmorin
Copy link

bdmorin commented Jul 1, 2024

This appears to be a frontend for models with a little spice of formatting. Is there something I'm missing? I asked it to quote shakespeare and we had a lovely chat about Henry Vth.

I'm just not sure what makes this an IAC tool.

@ido50
Copy link
Collaborator

ido50 commented Jul 10, 2024

Yes, the only IaC related piece of code—and even that may be considered a stretch—is the prompt formatting in main.go.
The library itself cares nothing about IaC and can be used as a generic frontend.

Originally, we were intending on also validating the output (e.g. ensuring a generated Terraform template is syntactically correct), but that would have required adding a lot of dependencies to the code for a relatively small benefit. Eventually we decided to implement that logic in our own system that uses aiac for a small set of very specific IaC products.

We're always toying with ideas for doing more IaC related activities in aiac, but we haven't landed on anything that is sufficiently "generic" enough to provide benefit for many kinds of IaC products/needs.

If you have any suggestions, we'll be happy to hear them. I am closing this issue because, well, I don't think it's an issue.

@ido50 ido50 closed this as completed Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@ido50 @bdmorin and others