Andy Shinn
Andy Shinn
It seems to happen maybe 50% of the time. I haven't noticed it from other providers. I'll try to get some more information from terraform debugging logging next time I...
Every time i remember to add `TF_LOG` it doesn't happen and every time i forget... it happens. So, I haven't been able to get any additional information on it, yet....
My original one was a `POST` which is why I was thinking to get debug logs to see if there was actually a response or something bad happening in the...
It looks like https://github.com/netlify/open-api/pull/200 and https://github.com/netlify/open-api/pull/164 have been merged. Possible to spin a 0.4.0 with these changes soon?
> 👋 Hey Andy. I'm still maintaining my own fork of this repository but would be happy to take over the source for you. You'll need to remove `sgerrand/docker-alpine-abuild` or...
Sure.
> sgerrand already has a repository in the andyshinn/docker-alpine-abuild network 🤷
It doesn't look like this was rebased properly against our master. The branch is missing commits from about 20 days ago. Can you check again?
This seems to work as advertised. Here is a `docker-compose.yml` I used for testing: ``` yaml consul: image: gliderlabs/consul-server:0.5 net: "host" ports: - "8500:8500" command: "-bootstrap-expect 1" registrator: build: ../.....
Also, it looks like you have a bunch of IPv6 stuff in for Consul in the last 15 days: https://github.com/hashicorp/consul/search?utf8=%E2%9C%93&q=author%3A42wim&type=Issues. Is it best to wait for a Consul release before...