Open KiaraGrouwstra opened 3 months ago
unfortunately i haven't spent much time on opentofu
yet and for my use cases i am still on terraform
so i haven't run into these issues
i will try to create a tofu
based deploy so i can play around with this
i looked a bit further into issue i was facing around #11. specifically, if one were to add a simple
cloud
block, teraflopsgenerate_arguments_json
's handling of the-f
flag starts to interfere, resulting in error:note that no actual cloud account is required here, as this repro requires one to go no further than trying the teraflops's
plan
. runningteraflops init
in this case however will not in fact address the error, essentially getting you stuck in a loop.if one were to specify
-f $PWD
however, the check considers it not.
, and commands liketeraflops plan
go through as intended.edit: if needed
TF_LOG=debug
can give some extra info on what happens on their end in these two cases.