pulumi/sdk/nodejs/cmd/pulumi-language-nodejs/testdata/tsc/sdks/primitive-7.0.0
Fraser Waters 4516fbce89
Add a test of sending primitive values for a resource (#16718)
We already had the "simple" provider test that just checked we could
make a resource with a single simple bool field. This adds a new
"primitive' provider and checks we can send strings, numbers, integers,
arrays and maps from the program.
2024-07-22 21:13:11 +00:00
..
README.md Add a test of sending primitive values for a resource (#16718) 2024-07-22 21:13:11 +00:00
index.ts Add a test of sending primitive values for a resource (#16718) 2024-07-22 21:13:11 +00:00
package.json Add a test of sending primitive values for a resource (#16718) 2024-07-22 21:13:11 +00:00
provider.ts Add a test of sending primitive values for a resource (#16718) 2024-07-22 21:13:11 +00:00
resource.ts Add a test of sending primitive values for a resource (#16718) 2024-07-22 21:13:11 +00:00
tsconfig.json Add a test of sending primitive values for a resource (#16718) 2024-07-22 21:13:11 +00:00
utilities.ts Add a test of sending primitive values for a resource (#16718) 2024-07-22 21:13:11 +00:00

README.md