mirror of https://github.com/pulumi/pulumi.git
![]() In an effort to make conversion more robust (#18346), some pulumi-std functions will be enabled for conversion from terraform code. These functions are dynamic and take in dynamic lists and return dynamic values. We may be able to cleverly assign types in the future, but the default behaviour will always be to act on dynamic values (at least as a fallback). This conformance test ensures that it works in each target language, but sadly there are currently errors in Golang. These are tracked with #18423. Python and Nodejs work out of the box, Go's error is not that it cant support it but there seems to be a codegen bug |
||
---|---|---|
.. | ||
alpha_provider.go | ||
any_type_function_provider.go | ||
asset_archive_provider.go | ||
bad_provider.go | ||
component_provider.go | ||
config_grpc_provider.go | ||
config_provider.go | ||
custom_server.go | ||
fail_on_create_provider.go | ||
grpc_capture_server.go | ||
large_provider.go | ||
parameterized_provider.go | ||
plain_provider.go | ||
primitive_provider.go | ||
primitive_ref_provider.go | ||
ref_ref_provider.go | ||
secret_provider.go | ||
simple_invoke_provider.go | ||
simple_provider.go |