Samuel Littley
Samuel Littley
Hi @aofei. I'm not familiar with custom VPCs - could you share either gcloud commands or step by step instruction for the cloud console so I can replicate your setup...
@negz @bobh66 With https://github.com/upbound/provider-terraform/pull/231 landed, this is now my team's biggest pain point when using provider-terraform. How do you feel about adding a `ReconcilerOption` which disables [this check](https://github.com/crossplane/crossplane-runtime/blob/34c3e60a0674e2ed690e77be31c518e4506d5f0a/pkg/reconciler/managed/reconciler.go#L848)? provider-terraform can...
It definitely happens when the provider pod is restarted while an apply is running, but I think timeouts might also have the same result given an error is still returned...
It occurs to me that https://github.com/upbound/provider-terraform/issues/189 could also provide a solution for this. If long-running applies/destroys were performed as separate Jobs, the "external create" which the annotation refers to would...
Hi Pat, This seems like a reasonable change to make, as long as it can be made in a backwards compatible way. Unfortunately we're unlikely to have time to implement...
@aofei thanks for the contribution. I'd like to do some testing before merging and building a public image. @skbeh could you suggest any specific configurations we should test this with...
Hi @linuxerwang, please see https://github.com/golang/go/issues/68946 and https://github.com/golang/go/issues/68960. As it is, Please is currently incompatible with Go 1.23. We're aiming for a fix in upstream Go rather than hacking around it...
I think the behaviour is correct - according to the config we expecting the hash to be `87724b...`, but when we downloaded Please the hash we got for the download...
What benchmark are you running in your before/after?
Please could you provide a complete BUILD file with a minimal illustrative example? Out of curiosity, do you get the same behaviour when using f-strings?