More renames
This commit is contained in:
33
sdk/python/pulumi_docker_native/__init__.py
Normal file
33
sdk/python/pulumi_docker_native/__init__.py
Normal 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": "docker-native",
|
||||
"mod": "index",
|
||||
"fqn": "pulumi_docker_native",
|
||||
"classes": {
|
||||
"docker-native:index:Random": "Random"
|
||||
}
|
||||
}
|
||||
]
|
||||
""",
|
||||
resource_packages="""
|
||||
[
|
||||
{
|
||||
"pkg": "docker-native",
|
||||
"token": "pulumi:providers:docker-native",
|
||||
"fqn": "pulumi_docker_native",
|
||||
"class": "Provider"
|
||||
}
|
||||
]
|
||||
"""
|
||||
)
|
||||
Reference in New Issue
Block a user