terraform: Do not add each string constraint to the outline (#26453)

Closes #26336

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2025-03-11 19:46:18 +01:00 committed by GitHub
parent 1771250b04
commit 2021ca5bff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,8 +11,6 @@
(body
(block
(identifier) @context
(string_lit)? @name
(string_lit)? @name
) @item
)
)