1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
You will probably need to change the template as below.
The template you are using defines something called "Ref:", which is incorrect.
I think the correct name is "!Ref".
By setting it to "!Ref", you can pass the "PipelineName1" parameter to "Name".
CodePipelineTest:
Type: AWS::CodePipeline::Pipeline
Properties:
Name: !Ref PipelineName1 # <-- edit
Variables:
- Name: Version
Value: test