Initial commit
This commit is contained in:
7
examples/python/__main__.py
Normal file
7
examples/python/__main__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pulumi
|
||||
import pulumi_xyz as xyz
|
||||
|
||||
my_random_resource = xyz.Random("myRandomResource", length=24)
|
||||
pulumi.export("output", {
|
||||
"value": my_random_resource.result,
|
||||
})
|
||||
Reference in New Issue
Block a user