Arne Brasseur

Results 304 comments of Arne Brasseur

This seems to work reasonably well as a workaround: ```terraform resource "random_id" "group-manager-suffix" { byte_length = 4 } resource "google_compute_instance_group_manager" "my-group" { name = "my-instance-group-manager-${random_id.group-manager-suffix.hex}" ... lifecycle { create_before_destroy =...

Yeah sure, this would be fairly easy to do both as a plugin or a hook. Seems general purpose enough that it would be nice to make a plugin for...

Hey, finally had a chance to look at this... just skimmed it to get a first impression. I really appreciate the added tests, including the gherkin tests. I would much...

@chromalchemy which Hiccup implementation are you using (weavejester's original hiccup, lambdaisland.hiccup, reagent, ...?) Any chance you could put together a repo that reproduces the issue? I had a look at...