Initial commit
This commit is contained in:
7
examples/nodejs/index.ts
Normal file
7
examples/nodejs/index.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import * as pulumi from "@pulumi/pulumi";
|
||||
import * as xyz from "@pulumi/xyz";
|
||||
|
||||
const myRandomResource = new xyz.Random("myRandomResource", {length: 24});
|
||||
export const output = {
|
||||
value: myRandomResource.result,
|
||||
};
|
||||
Reference in New Issue
Block a user