We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4795e7 commit 4abdad8Copy full SHA for 4abdad8
docs/TERRAFORM.adoc
@@ -53,7 +53,7 @@ This `terraform output` command will create a file with those parameters:
53
54
```bash
55
terraform output -json \
56
- | jq -r 'to_entries | map( {key: .key|tostring|split("_")|join("."), value: .value} ) | map("client.\(.key)=\(.value.value)") | .[]' \
+ | jq -r 'to_entries | map( {key: .key|tostring|split("_")|join("."), value: .value} ) | map("\(.key)=\(.value.value)") | .[]' \
57
| while read -r line ; do echo "$line"; done > ../common/utils/src/main/resources/cloud.properties
58
```
59
0 commit comments