{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 }} {{#each-in @groups as |group fields|}} {{#if (eq this.showGroup group)}}
{{#each fields as |fieldName|}} {{#let (find-by "name" fieldName @model.allFields) as |attr|}} {{/let}} {{/each}}
{{/if}} {{/each-in}}