Rémi Lapeyre
Rémi Lapeyre
Hi @ygersie! I opened https://github.com/hashicorp/consul/pull/14244 to add this to the Consul API client. Once it is merge we will be able to add support for this in the provider.
Hi @nbari, it is currently not possible because of the version of the provider SDK we are using in the Consul provider. I've been keeping the old SDK for backward...
Hi @john-delivuk, I don't remember precisely why I made the `timeout` parameter required when I first implemented the support for health-checks. I think it was because the default timeout depends...
Hi @frederikbosch, we don't have a satisfactory way to securely bootstrap the ACL support without the master token ending up in the Terraform state in plaintext. Storing secrets in the...
Hi everyone, I finally found a way to bootstrap the ACL system without having to write the management token in the Terraform state. https://github.com/hashicorp/vault/pull/10751 makes it possible to use Vault...
Hi, support for bootstrapping ACLs with Vault as indeed officially landed. While I haven't had time to write in the Terraform provider there is documentation in the Vault project: https://www.vaultproject.io/docs/secrets/consul#setup....
What is the exact size of the file? It looks like there is some issue when the data is too large: ```sh $ perl -e 'print "a" x 10485760' >...
There is one thing were I'm not sure, the documentation for the spread target at https://www.nomadproject.io/docs/job-specification/spread#spread-with-target-percentages give them an ID: ```hcl spread { attribute = "${node.datacenter}" weight = 100 target...
Hi, I've not yet tried it but why not leverage the diff abilities from Nomad to make the diff? Either by exposing it in the Nomad client or adding an...
> Thank you for submitting this and a BIG apology on our part for letting it languish for the last couple of weeks! I'm going to split this review between...