diff --git a/terraform/bypass_list.grept.hcl b/terraform/bypass_list.grept.hcl deleted file mode 100644 index f04e356..0000000 --- a/terraform/bypass_list.grept.hcl +++ /dev/null @@ -1,6 +0,0 @@ -locals { - repo_urls_that_bypass_e2e_yml_sync = toset([ - "https://github.com/Azure/terraform-azurerm-avm-res-authorization-roleassignment", # needs access at higher scopes than subscription - "https://github.com/Azure/terraform-azurerm-avm-ptn-alz", # needs access at higher scopes than subscription - ]) -}