-
example:
```
git clone https://github.com/tutumcloud/hello-world.git
docker build -t hello-world .
```
add docker-compose.yml
```
version: '2'
services:
web:
image: hello-world
ports:
…
-
### Terraform Version
Terraform v0.11.10
+ provider.consul v2.2.0
### Affected Resource(s)
consul_key_prefix
### Enhancement
I use terraform to manage configuration stored in consul using th…
-
### Consul Template version
0.19.4 (works with 0.19.0)
### Configuration
```hcl
log_level = "debug"
# Keep prometheus up even if consul cluster does not have a leader
max_stale = "24h"
…
-
[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-yo…
-
##### SUMMARY
I would like a formalized way (eventually machine consumable by some API) to declare the hostvars that an inventory plugin should be expected to produce.
This will allow software int…
-
#### Feature Description / Use case
Consul KV snapshot feature is very helpful for taking and restoring backups. It would be even more awesome if:
1. Consul could periodically upload a snapshot …
-
Thanks for sharing. I can't believe nobody has starred this until me!
I'm not quite sure how to use this with my BadgerDB. Do I use 2 BadgerDB databases, as in one for Raft and one for my data stor…
-
##### SUMMARY
I try to reproduce a CI issue and so I run: `ansible-test sanity --test validate-modules`. `ansible-test` starts a process that consumes a lot of CPU cycle without showing any progres…
-
Hi folks,
Is it possible to downgrade Consul without data loss? I have pretty big KV storage there.
Consul version: 1.2.2
Target version: 0.7.1
PS. I'm preparing update from 0.7.1 to 12.2. Ev…
-
**Describe the bug**
I had an old Vault 0.8.3 server setup which I recently upgraded to 0.11.1. No problems there.
Now we want to implement KV versioning at our `secret/` path which is currently l…