- Allow generating of tobool invocation.
- Enable jsondecode which is already in pulumi-std
- Enable lookup which is already in pulumi-std
- Enable merge which is already in pulumi-std
- Enable flatten which is already in pulumi-std
- Implement
coalesce
through thepulumi-std
invoke of the same name - Implement
compact
through thepulumi-std
invoke of the same name - Implement
coalescelist
through thepulumi-std
invoke of the same name - Implement
distinct
through thepulumi-std
invoke of the same name - Implement
format
through thepulumi-std
invoke of the same name - Implement
keys
through thepulumi-std
invoke of the same name - Implement
setintersection
through thepulumi-std
invoke of the same name - Implement
alltrue
through thepulumi-std
invoke of the same name - Implement
anytrue
through thepulumi-std
invoke of the same name - Implement
contains
through thepulumi-std
invoke of the same name - Implement
chunklist
through thepulumi-std
invoke of the same name - Implement
slice
through thepulumi-std
invoke of the same name - Implement
regex(all)
through thepulumi-std
invokes of the same name - Implement
toset
through thepulumi-std
invoke of the same name - Implement
cidrsubnets
through thepulumi-std
invoke of the same name - Implement
formatlist
through thepulumi-std
invoke of the same name
- Fix the order of arguments to
substr
- Fix conversion in the presence of dynamically bridged Terraform providers