Regenerate examples
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: provider-xyz-native
|
||||
name: provider-docker-native
|
||||
runtime: python
|
||||
plugins:
|
||||
providers:
|
||||
- name: xyz
|
||||
- name: docker-native
|
||||
path: ../../bin
|
||||
|
||||
@@ -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,
|
||||
})
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
pulumi>=3.0.0,<4.0.0
|
||||
pulumi-xyz==0.0.1-alpha.1699945013+97b0e04c
|
||||
pulumi-docker-native==0.0.1-alpha.1709848295+3427e611.dirty
|
||||
|
||||
Reference in New Issue
Block a user