This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.taskcat.yml
40 lines (39 loc) · 1.52 KB
/
.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
project:
name: quickstart-thousandeyes-amazon-connect
owner: [email protected]
package_lambda: true
lambda_source_path: functions/source
lambda_zip_path: functions/packages
s3_regional_buckets: true
shorten_stack_name: true
tests:
default:
template: ./templates/thousandeyes-connect.template.yaml
parameters:
QSS3BucketName: $[taskcat_autobucket]
QSS3BucketRegion: $[taskcat_current_region]
QSS3KeyPrefix: quickstart-thousandeyes-amazon-connect/
ThousandEyesUserToken: $[taskcat_genpass_32A]
ThousandEyesUser: override
regions:
# - af-south-1 # Africa (Cape Town)
# - ap-east-1 # Asia Pacific (Hong Kong)
# - ap-northeast-1 # Asia Pacific (Tokyo)
# - ap-northeast-2 # Asia Pacific (Seoul)
# - ap-northeast-3 # Asia Pacific (Osaka)
# - ap-south-1 # Asia Pacific (Mumbai)
# - ap-southeast-1 # Asia Pacific (Singapore)
# - ap-southeast-2 # Asia Pacific (Sydney)
# - ca-central-1 # Canada (Central)
# - eu-central-1 # Europe (Frankfurt)
# - eu-north-1 # Europe (Stockholm)
# - eu-south-1 # Europe (Milan)
# - eu-west-1 # Europe (Ireland)
# - eu-west-2 # Europe (London)
# - eu-west-3 # Europe (Paris)
# - me-south-1 # Middle East (Bahrain)
# - sa-east-1 # South America (São Paulo)
- us-east-1 # US East (N. Virginia)
# - us-east-2 # US East (Ohio)
# - us-west-1 # US West (N. California)
# - us-west-2 # US West (Oregon)