github.com/keikoproj/manny@v0.0.0-20210726112440-8571e4c99ced/examples/static/aws/usw2/localfile-stack2.yaml (about) 1 template: 2 type: file 3 path: ../../../templates/template.yaml 4 parameters: 5 Port: 443 6 data: !file_contents ./sample.yaml 7 foo: !stack_output ../foo/vpc.yaml::vpcId 8 stackname: "localfile-stack2" 9 tags: 10 manny-generated: true