File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ locals {
6161 ) ? data. dbtcloud_privatelink_endpoints . all [0]. endpoints [
6262 index(
6363 [for ep in data. dbtcloud_privatelink_endpoints . all [0]. endpoints : ep. id ],
64- lookup(local. privatelink_endpoints_map , conn. private_link_endpoint_key ). endpoint_id
64+ lookup(local. privatelink_endpoints_map , conn. private_link_endpoint_key , { endpoint_id = null } ). endpoint_id
6565 )
6666 ]. id : null
6767 )
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ locals {
161161 ) ? data. dbtcloud_privatelink_endpoints . all [0]. endpoints [
162162 index(
163163 [for ep in data. dbtcloud_privatelink_endpoints . all [0]. endpoints : ep. id ],
164- lookup(local. privatelink_endpoints_map , repo. private_link_endpoint_key ). endpoint_id
164+ lookup(local. privatelink_endpoints_map , repo. private_link_endpoint_key , { endpoint_id = null } ). endpoint_id
165165 )
166166 ]. id : null
167167 )
You can’t perform that action at this time.
0 commit comments