-
Notifications
You must be signed in to change notification settings - Fork 0
/
.taskcat.yml
61 lines (60 loc) · 2.45 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
project:
name: cfn-abi-trend-cloudone
owner: [email protected] #We need a DL for this.
package_lambda: true
shorten_stack_name: true
regions:
- us-east-1
tests:
all-false: # No integration, only common resources.
parameters:
DeployCloudTrailIntegration: "False"
DeploySSMIntegration: "False"
CloudOneApiKey: $[taskcat_ssm_/trend/cloudone_svc_apikey]
OrganizationId: $[taskcat_ssm_/trend/organization_id]
VisionOneAuthenticationToken: $[taskcat_ssm_/trend/visionone_authentication_token]
QSS3BucketName: $[taskcat_autobucket]
QSS3KeyPrefix: $[taskcat_project_name]
ExistingOrganizationalCloudtrailBucketName: $[taskcat_ssm_/trend/existing_organizational_cloudtrail_bucket_name]
regions:
- us-east-1
template: templates/main.template.yaml
cloudtrail:
parameters:
DeployCloudTrailIntegration: "True"
DeploySSMIntegration: "False"
CloudOneApiKey: $[taskcat_ssm_/trend/cloudone_svc_apikey]
OrganizationId: $[taskcat_ssm_/trend/organization_id]
VisionOneAuthenticationToken: $[taskcat_ssm_/trend/visionone_authentication_token]
QSS3BucketName: $[taskcat_autobucket]
QSS3KeyPrefix: $[taskcat_project_name]
ExistingOrganizationalCloudtrailBucketName: $[taskcat_ssm_/trend/existing_organizational_cloudtrail_bucket_name]
regions:
- us-east-1
template: templates/main.template.yaml
ws-ssm-deployment:
parameters:
DeployCloudTrailIntegration: "False"
DeploySSMIntegration: "True"
CloudOneApiKey: $[taskcat_ssm_/trend/cloudone_svc_apikey]
OrganizationId: $[taskcat_ssm_/trend/organization_id]
AccountAdminStatus: SELF
QSS3BucketName: $[taskcat_autobucket]
QSS3KeyPrefix: $[taskcat_project_name]
regions:
- us-east-1
template: templates/main.template.yaml
all-integrations:
parameters:
DeployCloudTrailIntegration: "True"
DeploySSMIntegration: "True"
CloudOneApiKey: $[taskcat_ssm_/trend/cloudone_svc_apikey]
OrganizationId: $[taskcat_ssm_/trend/organization_id]
VisionOneAuthenticationToken: $[taskcat_ssm_/trend/visionone_authentication_token]
QSS3BucketName: $[taskcat_autobucket]
QSS3KeyPrefix: $[taskcat_project_name]
ExistingOrganizationalCloudtrailBucketName: $[taskcat_ssm_/trend/existing_organizational_cloudtrail_bucket_name]
AccountAdminStatus: DELEGATED_ADMIN
regions:
- us-east-1
template: templates/main.template.yaml