Skip to content

Commit 4abdad8

Browse files
committed
fix typo in doc.
1 parent b4795e7 commit 4abdad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TERRAFORM.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This `terraform output` command will create a file with those parameters:
5353

5454
```bash
5555
terraform output -json \
56-
| jq -r 'to_entries | map( {key: .key|tostring|split("_")|join("."), value: .value} ) | map("client.\(.key)=\(.value.value)") | .[]' \
56+
| jq -r 'to_entries | map( {key: .key|tostring|split("_")|join("."), value: .value} ) | map("\(.key)=\(.value.value)") | .[]' \
5757
| while read -r line ; do echo "$line"; done > ../common/utils/src/main/resources/cloud.properties
5858
```
5959

0 commit comments

Comments
 (0)