Skip to content

Commit

Permalink
Enable for_each for import blocks (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanck authored Jan 12, 2024
1 parent 8d880b4 commit 1b6885c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/schema/1.7/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ import (
func ModuleSchema(v *version.Version) *schema.BodySchema {
bs := v1_6_mod.ModuleSchema(v)
bs.Blocks["removed"] = removedBlock()
bs.Blocks["import"].Body.Extensions = &schema.BodyExtensions{
ForEach: true,
}
return bs
}

0 comments on commit 1b6885c

Please sign in to comment.