forked from aws-ia/cloudformation-aws-marketplace-saas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.taskcat.yml
25 lines (25 loc) · 885 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: cloudformation-aws-marketplace-saas
shorten_stack_name: true
parameters:
AWSMarketplaceMeteringRecordsTableName: AWSMarketplaceMeteringRecords
CreateRegistrationWebPage: "true"
EntitlementSNSTopic: --overridden--
MarketplaceTechAdminEmail: --overridden--
NewSubscribersTableName: AWSMarketplaceNewSubscribers
ProductCode: --overridden--
ProductId: --overridden--
SubscriptionSNSTopic: --overridden--
TypeOfSaaSListing: --overridden--
WebsiteS3BucketName: $[taskcat_autobucket]
# ArtifactBucketName: $[taskcat_autobucket]
QSS3KeyPrefix: "cloudformation-aws-marketplace-saas/"
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
regions:
- us-east-1
tests:
default:
template: templates/cloudformation-aws-marketplace-saas.template.yaml
regions:
- us-east-1