Skip to content

Commit

Permalink
stacks: fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Liam Cervante <liam.cervante@hashicorp.com>
  • Loading branch information
DanielMSchmidt and liamcervante committed Apr 26, 2024
1 parent 1a99da2 commit 68fbe21
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -161,7 +161,7 @@ func (c *Component) CheckInstances(ctx context.Context, phase EvalPhase) (map[ad
var diags tfdiags.Diagnostics
forEachVal, forEachValueDiags := c.CheckForEachValue(ctx, phase)

// We can not create an instance map if the for each vaulu is not valid.
// We can not create an instance map if the for each value is not valid.
// We don't want to report on forEachValueDiags here because we
// already do this in checkValid.
if forEachValueDiags.HasErrors() {
Expand Down

0 comments on commit 68fbe21

Please sign in to comment.