Initial commit

This commit is contained in:
Bryce Lampe
2024-03-07 11:17:15 -08:00
committed by GitHub
commit 0d9ce7c53c
70 changed files with 4168 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# coding=utf-8
# *** WARNING: this file was generated by pulumi-language-python. ***
# *** Do not edit by hand unless you're certain you know what you are doing! ***
from . import _utilities
import typing
# Export this package's modules as members:
from .provider import *
from .random import *
_utilities.register(
resource_modules="""
[
{
"pkg": "xyz",
"mod": "index",
"fqn": "pulumi_xyz",
"classes": {
"xyz:index:Random": "Random"
}
}
]
""",
resource_packages="""
[
{
"pkg": "xyz",
"token": "pulumi:providers:xyz",
"fqn": "pulumi_xyz",
"class": "Provider"
}
]
"""
)