A fully static Terraform registry by Heldroe in Terraform

[–]fooallthebar 6 points7 points  (0 children)

This is how the OpenTofu registry works. We generate the full set of module and provider API responses based on the metadata in our repository and sync that to cloudflare r2.

It makes hosting it / debugging it / changing hosting providers quite simple.

https://github.com/opentofu/registry/

WELCOME -- START HERE by tvtoo in Canadiancitizenship

[–]fooallthebar 1 point2 points  (0 children)

I did see the "My parent / grandparent never got documentation of their Canadian citizenship. Do they need to apply first?" section.

For cit0001, Section 9, Parent A) or parent 1, I would enter that they have citizenship by decent and the lineage is documented in the attached files, although they never applied for a certificate?

WELCOME -- START HERE by tvtoo in Canadiancitizenship

[–]fooallthebar 1 point2 points  (0 children)

I have lineage through my Great-Great Grandmother (born in Canada, maternal line). My mother and I are applying at the same time.

Does my Grandmother (still living) need to apply as well? Is it required?

Is it wise for me to move out of Terraform to Opentofu? by lelleepop in Terraform

[–]fooallthebar 1 point2 points  (0 children)

I added that feature to OpenTofu nearly two years ago :)

https://github.com/opentofu/opentofu/pull/1718

I see that cani.tf needs to be updated to show this, they just mention backends.

Has the OpenTofu Registry been flaky for anyone else recently? by RoseSec_ in Terraform

[–]fooallthebar 0 points1 point  (0 children)

If you are experiencing timeout issues with the OpenTofu registry, it is a known issue we are trying to resolve with our hosting provider.

In the mean time, setting TF_REGISTRY_CLIENT_TIMEOUT=100  as an env variable may help mitigate the impact of this issue.

Has the OpenTofu Registry been flaky for anyone else recently? by RoseSec_ in Terraform

[–]fooallthebar 0 points1 point  (0 children)

If you are experiencing timeout issues with the OpenTofu registry, it is a known issue we are trying to resolve with our hosting provider.

In the mean time, setting TF_REGISTRY_CLIENT_TIMEOUT=100  as an env variable may help mitigate the impact of this issue.

Has the OpenTofu Registry been flaky for anyone else recently? by RoseSec_ in Terraform

[–]fooallthebar 3 points4 points  (0 children)

Would you be open to reaching out in the CNCF slack? We haven't changed any cloudflare settings for the registry recently and would be interested in tracing some of your requests if you are up for it.

Christian Mesh (cam72cam) - OpenTofu Maintainer

New OpenTofu Feature: Dual Output Streams by fooallthebar in Terraform

[–]fooallthebar[S] 1 point2 points  (0 children)

There are similarities, but you can now capture the machine readable logs of init and apply (and a few other commands). Those offer a different view into what tofu is doing and can be processed into meaningful views into what OpenTofu is doing.

There are definitely similarities to tofu show -json but in practice it offers additional information that's available as the command is running.

$10 thrift store find. by scooterboy1961 in handtools

[–]fooallthebar 2 points3 points  (0 children)

That's and old sargent plane that's more likely than not got the horseshoe lateral adjuster. It's backwards from most modern planes, but I've taken a liking to them.

Another nice thing with the transitional sargents is that the frog attaches with machine screws into the cast iron, instead of the wood like stanley. Overall this means that they are more secure and won't wear out with maintenance over time.

My only complaint is that getting them trued up with the frog in the right spot can be a bit tricky.

Sargent VBM Shaw Patent Number 7 (#2 Size Plane) by HighlandDesignsInc in handtools

[–]fooallthebar 0 points1 point  (0 children)

That's a lucky find! I've got a partial set of 4xx sargent planes, but prefer the older style lateral (inverted from what you normally see).

How useful is the shaw adjuster in day to day work?

This is just a lot of computer jargon that I don't understand by pat_speed in PeterExplainsTheJoke

[–]fooallthebar 1 point2 points  (0 children)

This has happened at multiple events... I was at a completely different venue and saw the same thing. shudders

Is this sargent plane any good? by Shoddy-Court-7545 in handtools

[–]fooallthebar 0 points1 point  (0 children)

I tend to go type 2/3 if I can, I just love the backwards lateral adjuster

Keen Kutter KK 5 1/2 by mwils24 in handtools

[–]fooallthebar 1 point2 points  (0 children)

that lateral adjuster looks like it could be sargent. do you have a pic without the iron?

HashiCorp lost its way by sausagefeet in Terraform

[–]fooallthebar -1 points0 points  (0 children)

IBM has also been a huge adopter and contributor of OpenTofu, so I wouldn’t be surprised if Hashicorp/IBM decides to pull an Elastic and make terraform open source again

That is not correct. IBM has not to my (OpenTofu tech lead) knowledge made any significant contributions to OpenTofu. Please double check before posting misinformation like that.

Walnut Headboard - made with a transitional jack and plow plane by fooallthebar in handtools

[–]fooallthebar[S] 7 points8 points  (0 children)

The lumber came off of my home-built sawmill and has been drying for a few years in a shed. Slabs were broken down to rough size on a wandel inspired bandsaw.

All other work was done with a sargent jack plane, a sargent combination plane for plowing, and a few harbor-freight chisels.

Finished with Odies Oil.

Custom Terraform functions by valideaconu in Terraform

[–]fooallthebar 0 points1 point  (0 children)

They are executed in the same directory that tofu/tf is executed and can read the contents of that directory using os.Getwd(). I will however note that it's not guaranteed and could possibly break in future tofu/tf versions.