diff --git a/tools/repo-cli/test/terraform-safety.test.mjs b/tools/repo-cli/test/terraform-safety.test.mjs index b29e0816..34f43d26 100644 --- a/tools/repo-cli/test/terraform-safety.test.mjs +++ b/tools/repo-cli/test/terraform-safety.test.mjs @@ -6,6 +6,7 @@ import { balancedBlocks } from '../src/terraform-safety.mjs'; test('Terraform block scanning ignores comments, heredocs, and braces in strings', () => { const source = ` # ingress { cidr_blocks = ["0.0.0.0/0"] } +// ingress { cidr_blocks = ["0.0.0.0/0"] } } /* ingress { cidr_blocks = ["0.0.0.0/0"] } */ locals { description = <<-EOT