Sean Chittenden
Sean Chittenden
The ability to see the status of a consul-template instance via Consul would be interesting. How about having consul-template register as a "local service" (doesn't exist yet, but a service...
We'd need a "local" flag for a service registration in consul. Services with the local flag wouldn't have an address and could not be looked up via DNS (but do...
I sent off a note to @mgutz asking about `logxi` a year ago and never heard back from him. :-/
The PR in #130 fixes both this issue (Illumos support) and #115 (Dragonfly support).
Howdy. I wasn't able to reproduce this. ``` provider "postgresql" { version = "~> 0.1" host = "127.0.0.1" port = "5432" username = "postgres" } resource "postgresql_extension" "uuid_ossp" { name...
@apparentlymart It's not a high priority for me. I'd take input from any RedShift user, tbh, but it's not something I'm motivated to take huge amounts of initiative to tackle....
@chaliy , this won't exactly help the above issue, but I'd be curious as to your thoughts after reading the following: https://github.com/terraform-providers/terraform-provider-postgresql/issues/5#issuecomment-314031307 The problem is that the underlying database connection...
@tomelliff Is what still true?
Oh, I think I understand what you're saying. Namely that the PostgreSQL resource fails to plan because it has a dependency on the RDS instance being available, but if you...
@tomelliff if you can post sample configs, that'd be great!