diff --git a/internal/schema/stacks/1.9/component_block.go b/internal/schema/stacks/1.9/component_block.go index 7a1f820..c96d957 100644 --- a/internal/schema/stacks/1.9/component_block.go +++ b/internal/schema/stacks/1.9/component_block.go @@ -50,7 +50,7 @@ func componentBlockSchema() *schema.BlockSchema { IsOptional: true, Constraint: schema.Map{ Name: "map of input references", - Elem: schema.Reference{OfScopeId: refscope.ModuleScope}, // TODO: This should be refscope.InputScope ? + Elem: schema.AnyExpression{OfType: cty.DynamicPseudoType}, }, }, "version": {