mirror of https://github.com/pulumi/pulumi.git
5 lines
128 B
Python
5 lines
128 B
Python
|
# Copyright 2016-2024, Pulumi Corporation. All rights reserved.
|
||
|
|
||
|
import pulumi_pkg as pkg
|
||
|
|
||
|
res1 = pkg.Random("res1", length=5)
|