D
Size: a a a
D
AY
task "prepared" {
driver = "raw_exec"
config {
command = "curl"
args = [
"-X",
"PUT",
"-H",
"Content-Type: application/json",
"-d",
"$(cat ${meta.pwd}/internal/modules/user/init/init-cfg.json)",
"http://localhost:8500/v1/kv/config/user"
]
}
}
E
E
AY
E
D
["-c", "curl $VAR"]
E
E
AD
AD
J
E
G
## 1.9.0 (November 24, 2020)More
BREAKING CHANGES:
* agent: The `enable_central_service_config` option now defaults to true. [[GH-8746](https://github.com/hashicorp/consul/issues/8746)]
* connect: Switch the default gateway port from 443 to 8443 to...
ac
AD
VS
E
CO
AD