This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
commit 08a35f45c20bb0f52b09b52aff88cf3659d801c5 Author: Alex Heneveld <[email protected]> AuthorDate: Wed May 24 12:24:42 2023 +0100 fix one typo in update-children example --- guide/blueprints/workflow/examples/aws-cfn-stacks/aws-discoverer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/blueprints/workflow/examples/aws-cfn-stacks/aws-discoverer.yaml b/guide/blueprints/workflow/examples/aws-cfn-stacks/aws-discoverer.yaml index b82f6e25..a04c0fb7 100644 --- a/guide/blueprints/workflow/examples/aws-cfn-stacks/aws-discoverer.yaml +++ b/guide/blueprints/workflow/examples/aws-cfn-stacks/aws-discoverer.yaml @@ -12,5 +12,5 @@ services: period: 1m steps: - ssh aws cloudformation describe-stacks - - transform output | json | set describe_stacks_output_json + - transform stdout | json | set describe_stacks_output_json - update-children type aws-cfn-discovered-stack-sample id ${item.StackId} from ${describe_stacks_output_json.Stacks}
