mirror of https://github.com/pulumi/pulumi.git
15004e88cd
Following pulumi/pulumi-terraform-bridge#347, properties are generated for all provider config matching the inputs. Unfortunately this does not work for complex values and non-string primitives generally (not only in bridged providers) since values are JSON serialized. While a proper solution to this is designed, it's sufficient for now to stop generating non-string properties, which this commit does. |
||
---|---|---|
.. | ||
docs_parser.go | ||
docs_renderer.go | ||
docs_test.go | ||
loader.go | ||
schema.go | ||
schema_test.go |