-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
101 lines (101 loc) · 1.94 KB
/
config.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
resources:
aws_elasticache_replication_group:
header: ElastiCache clusters
attributes:
- id
- primary_endpoint_address
- reader_endpoint_address
- member_clusters
aws_db_instance:
header: RDS databases
attributes:
- address
- endpoint
- engine
aws_rds_cluster:
header: Aurora clusters
attributes:
- cluster_identifier
- endpoint
- reader_endpoint
- engine
aws_sqs_queue:
header: SQS Queues
attributes:
- url
- id
aws_s3_bucket:
header: S3 buckets
attributes: []
aws_iam_role:
header: IAM role
attributes:
- arn
aws_iam_user:
header: IAM user
attributes:
- id
- arn
kubernetes_service_account:
header: Service Account
attributes:
- id
aws_ecr_repository:
header: ECR repository
attributes:
- repository_url
- image_tag_mutability
aws_sns_topic:
header: SNS topic
attributes:
- name
aws_cloudfront_distribution:
header: Cloudfront
attributes:
- id
- aliases
kubernetes_secret:
header: Secrets
attributes:
- id
kubernetes_config_map:
header: Config map
attributes:
- id
mongodbatlas_cluster:
header: MongoDB Atlas cluster
attributes:
- name
- mongo_uri_with_options
aws_dynamodb_table:
header: DynamoDB table
attributes:
- id
- arn
aws_wafv2_web_acl:
header: WAF
attributes:
- name
- arn
aws_msk_cluster:
header: MSK cluster
attributes:
- cluster_name
- arn
- bootstrap_brokers_tls
aws_cloudwatch_log_group:
header: Cloudwatch log group
attributes:
- name
- arn
aws_lambda_function:
header: Lambda function
attributes:
- function_name
- arn
aws_elasticsearch_domain:
header: Elasticsearch domain
attributes:
- domain_name
- endpoint
- kibana_endpoint