generated from ShahradR/cfn-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.taskcat.yml
25 lines (22 loc) · 854 Bytes
/
.taskcat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
project:
name: s3-logging
regions:
- ca-central-1
s3_bucket: brokentech-cfn
tests:
s3-log-bucket-with-default-parameters:
template: ./templates/s3-logging.yaml
product-with-default-parameters:
template: ./templates/s3-logging-product.yaml
parameters:
TemplateUrlPrefix: https://$[taskcat_autobucket].s3.ca-central-1.amazonaws.com/s3-logging/
product-with-overriden-parameters:
template: ./templates/s3-logging-product.yaml
parameters:
Owner: taskcat-$[taskcat_random-string]
Distributor: taskcat-$[taskcat_random-string]
SupportUrl: http://taskcat-$[taskcat_random-string]
SupportDescription: taskcat-$[taskcat_random-string]
SupportEmail: taskcat@$[taskcat_random-string].test
TemplateUrlPrefix: https://$[taskcat_autobucket].s3.ca-central-1.amazonaws.com/s3-logging/