Calle Pettersson
Calle Pettersson
@itspngu Without addressing your other points, the proxy _does_ support IAM auth, see this [pull request](https://github.com/GoogleCloudPlatform/cloudsql-proxy/pull/583). It does seem to require adding some parameters to the invocation, though.
Hi, Sorry about long delay. This is not quite as simple as it might seem, sadly, since we're not explicitly calling `docker`, but rather using the API. So while support...
Hi, There appears to be many different configuration issues discussed in this thread, but as far as I can tell, there are not any issues in the provider itself here....
Hi @adamhealthhero, Somehow I missed this when it was opened, sorry about that. Looking at this now, though, I'm unable to reproduce your results. There's also a unit test checking...
Sadly, they are not exposed (Go functions/types are not exposed to outside code unless they have a leading capital letter in their name).
Unfortunately, those are not all that easy to use for us either. Even though they are exposed, there's a non-trivial amount of supporting code which isn't, both in pre-processing and...
Let's see where it goes! I'm not convinced that patch will be accepted, given that it doesn't really encapsulate it as a library, but exposes all of the guts including...
Hi, Apologies for the delayed answer. It is possible to use lists, however the syntax is index-based, for example `data.sops_file.this.data.sites.0.url`. This is tested here: https://github.com/carlpett/terraform-provider-sops/blob/3a7966ecf8335fe6c3bca1cd72555dc25a0cdd34/sops/data_sops_file_test.go#L120-L141 Would be good with some...
Hi @rsavage-nozominetworks, Is it possible the lockfile was generated on a machine with another architecture? You can fetch missing platform hashes by calling `terraform providers lock -platform darwin_arm64`.