Regenerate examples
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using Pulumi;
|
||||
using Xyz = Pulumi.Xyz;
|
||||
using DockerNative = Pulumi.DockerNative;
|
||||
|
||||
return await Deployment.RunAsync(() =>
|
||||
{
|
||||
var myRandomResource = new Xyz.Random("myRandomResource", new()
|
||||
var myRandomResource = new DockerNative.Random("myRandomResource", new()
|
||||
{
|
||||
Length = 24,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user