Regenerate examples

This commit is contained in:
Bryce Lampe
2024-03-07 16:15:49 -08:00
parent 3427e6115f
commit d8688f5e1a
23 changed files with 38 additions and 298 deletions

View File

@@ -1,6 +1,6 @@
name: provider-xyz-native
name: provider-docker-native
runtime: python
plugins:
providers:
- name: xyz
- name: docker-native
path: ../../bin

View File

@@ -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,
})

View File

@@ -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