I'm trying to use one of the outputs of my CloudFormation template as a parameter to a !cmd hook - e.g.
hooks:
after_create:
- !cmd "echo {{ value of cloudformation output }}"
Is there a way to do this?
I'm trying to use one of the outputs of my CloudFormation template as a parameter to a !cmd hook - e.g.
hooks:
after_create:
- !cmd "echo {{ value of cloudformation output }}"
Is there a way to do this?
Copyright © 2021 Jogjafile Inc.