damp-accountant-65956
10/04/2021, 3:42 PMpulumi.StringInput
types in go? I know I could just make them a string
and validate them but there may be cases where they could be supplied by the end user or as an output from like a data source. So I wasn't sure how to validate them when they are pulumi.StringInput
values... do I need to do a .ToStringOutput().ApplyT()
and validate within the applier?billowy-army-68599
10/04/2021, 3:43 PMApplyT
damp-accountant-65956
10/04/2021, 3:55 PMpulumi.Output
as a return valuethrow
and error and catch it outside then