https://pulumi.com logo
b

billions-judge-9412

02/06/2022, 7:49 PM
Is there any way to do a basic type check? Like terraform validate kind-of-thing
l

little-cartoon-10569

02/06/2022, 11:21 PM
A type check of values assigned to variables and parameters? That's your language's (or IDE's) job. Which language are you using?
d

dazzling-author-49810

02/07/2022, 10:09 AM
if you are talking about allowed values, then resources support both String and Enum based values as well!
5 Views