Anton Babenko

Results 255 comments of Anton Babenko
trafficstars

This issue has been resolved in version 20.0.0 :tada:

This issue has been resolved in version 20.0.0 :tada:

> However, this external resource can change. I wish I have more time to make changes to this book and update it more constantly :) --- You can always refer...

I can reopen it, but I don't think it is currently possible to achieve using gitbook platform.

Let's have a section in this repository named Opentofu with articles listed there. I don't want us to mix content for both Terraform and Opentofu under the same headers to...

@shuaibiyy Yes, I am still willing to accept the migration of this repository over to my account and keep improving it. Exactly, as I suggested before. Think about it. :)

@minamijoyo I am also a maintainer of this repository and I somehow missed the point when this policy changed. I was sure that we agreed to stick to Terraform in...

We call `hcledit` to manage HCL files in shell scripts like this: # Create content of temporary main.tf file hcledit attribute append module.wrapper.source "\"${relative_source_path}${module_dir}\"" --newline -f "$tmp_file_tf" -u hcledit attribute...

Works for me: ```bash $ echo 'locals {}' | hcledit attribute append locals.test "\"test\"" --newline locals { test = "test" } ``` The syntax can be a bit tricky to...

Yes, there are some limitations around making root blocks. I usually make a file with a placeholder and then modify it.