Define project section

First, you will create a project section in your project configuration file.

Add a project section

To add a project section, copy and paste the following in .taskcat.yml file.

project:
  name: cfn-project

It is important that you keep the project name as cfn-project. This value is being used in other places in CloudFormation templates, that you will be using in this workshop. Changing the project name may cause issues in future labs.