Eric Vallée

Results 40 comments of Eric Vallée

I guess the documentation could benefit from a bit of an architectural overhead view to explain how the components fit together (GOG.com, storages, manifests, action files and update files). I'll...

@TheDcoder Finally got around to writing a bit of architecture documentation: https://github.com/Magnitus-/gogcli/tree/main/architecture-documentation It will not add absent functionality, but hopefully, it will assist in better leveraging the functionality that is...

I believe there is indeed no direct command currently to remove a game. You'd have to: - Run the command to get the manifest - Remove a game from the...

As long as backwards api compatibility is maintained, I think its a wonderful idea. While backends don't need to scale to the same extent as providers, I still think having...

I've though a lot about it on my side (an opentofu core as a go package). The thing I like about exposing it as a package is that you can...

I think this idea is similar to this one: https://github.com/opentofu/opentofu/issues/758 While the other one suggests a C library and this one a go package, I think the ideas are somewhat...

> Often the resources managed in a loop (e.g. `for_each`) are a cluster that provides a single service. > > F.e. a loop of nodes that are Redis cluster. >...

Are there well established OCI registries that you can easily operate though? I ask, because we are on-prem and containers registry are one of the few things we are not...

> GitHub offers it as well. > I'm not familiar with what you can use on prem, but you can always use your cloud supplier of choice and pay for...

> @Magnitus- also worth nothing that a terraform modules shouldn't be as big as a regular container, most modules are a matter of KBs vs tens or hundred of MBs...