Skip to content

Commit 8e9dbea

Browse files
committed
Merge branch 'main' of github.com:gAmUssA/flink-for-java-workshop
2 parents d177e7d + 4abdad8 commit 8e9dbea

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
@@ -61,7 +61,7 @@ This `terraform output` command will create a file with those parameters:
6161
[source,bash]
6262
----
6363
terraform output -json \
64-
| jq -r 'to_entries | map( {key: .key|tostring|split("_")|join("."), value: .value} ) | map("client.\(.key)=\(.value.value)") | .[]' \
64+
| jq -r 'to_entries | map( {key: .key|tostring|split("_")|join("."), value: .value} ) | map("\(.key)=\(.value.value)") | .[]' \
6565
| while read -r line ; do echo "$line"; done > ../common/utils/src/main/resources/cloud.properties
6666
----
6767

0 commit comments

Comments
 (0)