Skip to content

Commit a7f6b2a

Browse files
committed
add exclude rule for azure terrscan
1 parent 47b0b84 commit a7f6b2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*/
99

1010
resource "azurerm_resource_group" "resource_group" {
11+
# ts:skip=AC_AZURE_0389 Resource Lock is not managed by this module
1112
for_each = var.resource_group
1213

1314
name = local.resource_group[each.key].name == "" ? each.key : local.resource_group[each.key].name

0 commit comments

Comments
 (0)