Skip to content

Commit 6aaea53

Browse files
committed
fix: change og to platform
1 parent b3a16bc commit 6aaea53

File tree

169 files changed

+171
-171
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

169 files changed

+171
-171
lines changed

analytics/cloud-infra/aws_acm_certificate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
connectors:
22
- AWS
33
name: ACM Public Certificate (SSL/TLS)
4-
query: select connection_id, region, count(*) from og_lookup where resource_type = 'aws::certificatemanager::certificate' group by 1,2;
4+
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::certificatemanager::certificate' group by 1,2;
55
status: inactive
66
tags:
77
category:

analytics/cloud-infra/aws_acmpca_certificate_authority.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
connectors:
22
- AWS
33
name: Private Certificate Authority
4-
query: select connection_id, region, count(*) from og_lookup where resource_type = 'aws::acmpca::certificateauthority' group by 1,2;
4+
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::acmpca::certificateauthority' group by 1,2;
55
status: inactive
66
tags:
77
category:

analytics/cloud-infra/aws_ami.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
connectors:
22
- AWS
33
name: EC2 VM Image
4-
query: select connection_id, region, count(*) from og_lookup where resource_type = 'aws::ec2::image' group by 1,2;
4+
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::ec2::image' group by 1,2;
55
status: inactive
66
tags:
77
category:

analytics/cloud-infra/aws_api_gateway.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
connectors:
22
- AWS
33
name: API Gateways
4-
query: select connection_id, region, count(*) from og_lookup where resource_type = 'aws::apigateway::restapi' group by 1,2;
4+
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::apigateway::restapi' group by 1,2;
55
status: active
66
tags:
77
category:

analytics/cloud-infra/aws_autoscaling_group.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
connectors:
22
- AWS
33
name: Auto Scaling Group
4-
query: select connection_id, region, count(*) from og_lookup where resource_type = 'aws::autoscaling::autoscalinggroup' group by 1,2;
4+
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::autoscaling::autoscalinggroup' group by 1,2;
55
status: inactive
66
tags:
77
category:

analytics/cloud-infra/aws_backup_plan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
connectors:
22
- AWS
33
name: Backup Plan
4-
query: select connection_id, region, count(*) from og_lookup where resource_type = 'aws::backup::plan' group by 1,2;
4+
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::backup::plan' group by 1,2;
55
status: inactive
66
tags:
77
category:

analytics/cloud-infra/aws_backup_vault.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
connectors:
22
- AWS
33
name: Backup Vault
4-
query: select connection_id, region, count(*) from og_lookup where resource_type = 'aws::backup::vault' group by 1,2;
4+
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::backup::vault' group by 1,2;
55
status: active
66
tags:
77
category:

analytics/cloud-infra/aws_batch_compute_environment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
connectors:
22
- AWS
33
name: Batch Compute Environment
4-
query: select connection_id, region, count(*) from og_lookup where resource_type = 'aws::batch::computeenvironment' group by 1,2;
4+
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::batch::computeenvironment' group by 1,2;
55
status: inactive
66
tags:
77
category:

analytics/cloud-infra/aws_cloudformation_stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
connectors:
22
- AWS
33
name: CloudFormation Stacks
4-
query: select connection_id, region, count(*) from og_lookup where resource_type = 'aws::cloudformation::stack' group by 1,2;
4+
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::cloudformation::stack' group by 1,2;
55
status: inactive
66
tags:
77
category:

analytics/cloud-infra/aws_cloudformation_stack_set.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
connectors:
22
- AWS
33
name: CloudFormation StackSet
4-
query: select connection_id, region, count(*) from og_lookup where resource_type = 'aws::cloudformation::stackset' group by 1,2;
4+
query: select connection_id, region, count(*) from platform_lookup where resource_type = 'aws::cloudformation::stackset' group by 1,2;
55
status: inactive
66
tags:
77
category:

0 commit comments

Comments
 (0)