Skip to content

Commit

Permalink
Update unused_directconntect_connections.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
candiduslynx authored Dec 21, 2023
1 parent 521a791 commit 938b427
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

{% macro postgres__unused_directconntect_connections(framework, check_id) %}
select
dc.account_id,
dc.arn as resource_id,
dc.request_account_id as account_id,
dc.arn as resource_id,
rbc.cost
from aws_directconnect_connections dc
JOIN {{ ref('aws_cost__by_resources') }} rbc ON dc.arn = rbc.line_item_resource_id
Expand All @@ -16,4 +16,4 @@ where dc.connection_state = 'down'

{% macro snowflake__unused_directconntect_connections(framework, check_id) %}

{% endmacro %}
{% endmacro %}

0 comments on commit 938b427

Please sign in to comment.