The second error is ```error TS7053: Element impli...
# typescript
l
The second error is
Copy code
error TS7053: Element implicitly has an 'any' type because expression of type '0' can't be used to index type 'Output<string[] | undefined>'.
  Property '0' does not exist on type 'Output<string[] | undefined>'.

           resource.propertyOfTypeOutputStringArray[0].promise(),
Not much changed in this version; @broad-dog-22463 could it have to do with this?
* Upgrade to v2.15.0 of pulumi-terraform-bridge & v2.15.0 of pulumi/pkg and pulumi/sdk
* These changes introduce enums to the Go and Python SDKs.
* This introduces package/module registration for NodeJS and Python.
Another possibility is the change in transitive dependency to pulumi ^2.15.0, which is pulling in 2.15.4. With pulumi-aws 3.17, the dependency is ^2.0.0 which is pulling in 2.12.1.
Ah, that changed the dependency on node from 10.0 to 14.0. Betya that's the issue..