opentofu / registry-alpha

Home of the official OpenTofu provider and module registry
Apache License 2.0
64 stars 13 forks source link

Switch to use `tofu` in this repository #134

Closed eranelbaz closed 1 year ago

eranelbaz commented 1 year ago

Swap all uses to OpenTofu when we have a release Notable areas are

cube2222 commented 1 year ago

Very strongly against.

This creates a chicken-and-egg problem where if we break the registry, we can't deploy it anymore.

eranelbaz commented 1 year ago

This will force us to use our product, which help us have more confidence in it. if there is any issue we can always rollback to deploy locally (using the remote S3 BE)

cube2222 commented 1 year ago

we can always rollback to deploy locally (using the remote S3 BE)

We should never need to do that, esp. during an incident when we're trying to get it back working - as much as possible should be automated in that case. You will also not have the secrets locally.

What we could do, is have a private registry that mirrors the providers and modules our deployment needs. Then we could use tofu with that without the chicken-and-egg problem. But that's a lot of work and I believe out of scope for now.

I propose we close this issue for now.

eranelbaz commented 1 year ago

I belive we can postpone that for after stable release