How to pass a variable or resolver as an argument to a hook in Sceptre?

1.3k Views Asked by At

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?

0

There are 0 best solutions below