Sylwit
sylwit.com
Sylwit
@sylwit.com
Tech savvy who likes to learn and share. Talking about #AWS, cloud, dev, security etc...
No, runs stay forever. If you refer to the repo I'm thinking of, it was auto clean up because we had a weekly action cleaning them up ;)
February 14, 2025 at 4:38 PM
Why would it be ?
Useful when you rename a workflow and you want to avoid confusion. Or when you test a workflow but you don't want to keep it because it just overloads the list of workflows.
February 14, 2025 at 4:03 PM
I agree it looks harder than it is. It just creates a temporary dir where it moves the source and runs terraform commands.
I like the inheritance it provides and the repo looks a lot like the gitops repo I'm using with #argocd. It helped me to remove the magic I had in Makefile for preprocessing.
February 3, 2025 at 11:02 PM
You can use partial config developer.hashicorp.com/terraform/la... to define your variables and init your tf with it. Or this is natively supported with #opentofu opentofu.org/docs/languag...
February 1, 2025 at 3:29 PM
Yes definitely #opentofu for personal and new projects. Still #terraform and #terragrunt for projects that can't be migrated yet. The only thing I want to see in opentofu now is the s3 lockfile to avoid dynamodb.
February 1, 2025 at 4:25 AM