mm-chia

Results 10 comments of mm-chia

> > OpenTofu is going to depart from Terraform anyway and DevOps will need to "port" their code from one to the other at a certain point in time. >...

I believe this feature has been implemented in Terraform 1.9.0. Would love to see it in Tofu as well, it is a nice improvement to have :)

Thanks for your input! I've tried `act --list` but the command lists the workflows, without doing any validation on them (or so it seems). I broke the yaml format, I...

Yes, that command will probably do the trick, if implemented. Thanks for the great feedback!

A bit more context: I am trying to destroy the resources that were previously created, but I was getting some errors because certain variables/data sources not being initialised during destroy...

My apologies, I've been out sick yesterday and did not get a chance to read your replies. I will reproduce the issue with `TF_LOG=trace` and will post the results.

Hello, Really sorry for the late response! :) I just tried reproducing the issue, but there have been quite a few code changes since in our repository and I'm not...

Hi there, Is any chance on getting this merged soon? thanks!

Wouldn't running TF inside a docker container be a solution to this issue, without any other workarounds needed?

Ah, yes.. I understand the issue now. Well, it would be next to impossible to prevent this in practice :) Rather, restrict who can run tofu code.. if you don't...