Skip to content

Commit e1b5dce

Browse files
authored
Merge pull request #4 from opengovern/cleanup-table-name
aligning to plugin
2 parents f51089e + 48edefb commit e1b5dce

File tree

2,941 files changed

+6159
-6159
lines changed

Some content is hidden

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

2,941 files changed

+6159
-6159
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 kaytu_lookup where resource_type = 'aws::certificatemanager::certificate' group by 1,2;
4+
query: select connection_id, region, count(*) from og_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 kaytu_lookup where resource_type = 'aws::acmpca::certificateauthority' group by 1,2;
4+
query: select connection_id, region, count(*) from og_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 kaytu_lookup where resource_type = 'aws::ec2::image' group by 1,2;
4+
query: select connection_id, region, count(*) from og_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 kaytu_lookup where resource_type = 'aws::apigateway::restapi' group by 1,2;
4+
query: select connection_id, region, count(*) from og_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 kaytu_lookup where resource_type = 'aws::autoscaling::autoscalinggroup' group by 1,2;
4+
query: select connection_id, region, count(*) from og_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 kaytu_lookup where resource_type = 'aws::backup::plan' group by 1,2;
4+
query: select connection_id, region, count(*) from og_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 kaytu_lookup where resource_type = 'aws::backup::vault' group by 1,2;
4+
query: select connection_id, region, count(*) from og_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 kaytu_lookup where resource_type = 'aws::batch::computeenvironment' group by 1,2;
4+
query: select connection_id, region, count(*) from og_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 kaytu_lookup where resource_type = 'aws::cloudformation::stack' group by 1,2;
4+
query: select connection_id, region, count(*) from og_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 kaytu_lookup where resource_type = 'aws::cloudformation::stackset' group by 1,2;
4+
query: select connection_id, region, count(*) from og_lookup where resource_type = 'aws::cloudformation::stackset' group by 1,2;
55
status: inactive
66
tags:
77
category:

0 commit comments

Comments
 (0)