ancient-diamond-80011
05/31/2023, 12:46 PMomit
and that seems to keep the type system happye2e βββββββββββββββββββββββ ../plugins/pulumi/index.ts(118,15): error TS2322: Type '{ dependencies?: string[] | undefined; allowDestroy?: boolean | undefined; autoApply?: boolean | ββ
undefined; createStack?: boolean | undefined; pulumiVariables?: DeepPrimitiveMap | undefined; ... 6 more ...; stack?: string | undefined; }' is not assignable ββ
to type 'PulumiDeploySpec'. ββ
e2e βββββββββββββββββββββββ Types of property 'allowDestroy' are incompatible. ββ
e2e βββββββββββββββββββββββ Type 'boolean | undefined' is not assignable to type 'boolean'. ββ
e2e βββββββββββββββββββββββ Type 'undefined' is not assignable to type 'boolean'. ββ
e2e βββββββββββββββββββββββ 3:48:32 PM - Found 1 error. Watching for file changes.