Skip to content

Commit 6960d7f

Browse files
committed
Exclude idr.prior_auth_item from validation for now
1 parent 0db84c8 commit 6960d7f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

  • ops/services/04-idr-bfd-validator

ops/services/04-idr-bfd-validator/main.tf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,12 @@ resource "aws_ecs_task_definition" "this" {
152152
},
153153
# TODO: Unexclude these tables when they work correctly
154154
{
155-
name = "IDR_EXCLUDE_TABLES"
156-
value = join(",", ["idr.prior_auth", "idr.beneficiary_low_income_subsidy_cmbnd"])
155+
name = "IDR_EXCLUDE_TABLES"
156+
value = join(",", [
157+
"idr.prior_auth",
158+
"idr.prior_auth_item",
159+
"idr.beneficiary_low_income_subsidy_cmbnd"
160+
])
157161
},
158162
# TODO: Uncommment this after BFD-4796 resolves known inconsistencies
159163
# {

0 commit comments

Comments
 (0)