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.
2 parents d177e7d + 4abdad8 commit 8e9dbeaCopy full SHA for 8e9dbea
docs/TERRAFORM.adoc
@@ -61,7 +61,7 @@ This `terraform output` command will create a file with those parameters:
61
[source,bash]
62
----
63
terraform output -json \
64
- | 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)") | .[]' \
65
| while read -r line ; do echo "$line"; done > ../common/utils/src/main/resources/cloud.properties
66
67
0 commit comments