Julian Tölle

Results 299 comments of Julian Tölle

Turns out, adding support for `qcow2` is only a little bit more work than parsing the filename and showing a warning :D Will be available in `1.0.0` of CLI and...

Hey @KiaraGrouwstra, right now we do not plan to add support for the Object Storage S3 API in this terraform provider. You can use any S3-compatible provider like the [Minio...

Hey @tomtrix, thanks for notifying us about an issue with `BucketExist` right after creating a new bucket. The Object Storage team made a change in the `CreateBucket` code to wait...

Remote state is part of the core terraform program, right? As far as I understood this is not something that providers can bring

Hey @kamushadenes, I will respond here, but the same applies to the other two PRs: This sounds very interesting. I am not sure if a flag is necessary, or if...

Hey @kamushadenes, we talked about this today internally. We would prefer not to add any additional flags or environment variables to disable the check. We also do not think that...

> We could run this method one time for each option on startup (or on the first Get() call if the cache is not yet initialized) and then cache the...

While I personally like the division in "prod" and "dev" dependencies, I also appreciate the simplicity of using `go run ...` in the `generate` comments, it removes a bunch of...

At that point we could just let renovate run `goModTidy` and merge !530. > We could simplify this by using a makefile, and skipping go generate all together, would that...

Go 1.24 will add a `tool` directive to `go.mod` to specify these external binaries: https://tip.golang.org/doc/go1.24#go-command