Regenerate examples
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import pulumi
|
||||
import pulumi_xyz as xyz
|
||||
import pulumi_docker_native as docker_native
|
||||
|
||||
my_random_resource = xyz.Random("myRandomResource", length=24)
|
||||
my_random_resource = docker_native.Random("myRandomResource", length=24)
|
||||
pulumi.export("output", {
|
||||
"value": my_random_resource.result,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user