pulumi-docker 4.8.0a1750226298__py3-none-any.whl → 4.8.0a1750280940__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-docker might be problematic. Click here for more details.

pulumi_docker/__init__.py CHANGED
@@ -7,6 +7,7 @@ from . import _utilities
7
7
  import typing
8
8
  # Export this package's modules as members:
9
9
  from ._enums import *
10
+ from .buildx_builder import *
10
11
  from .container import *
11
12
  from .get_logs import *
12
13
  from .get_network import *
@@ -38,6 +39,14 @@ else:
38
39
  _utilities.register(
39
40
  resource_modules="""
40
41
  [
42
+ {
43
+ "pkg": "docker",
44
+ "mod": "index/buildxBuilder",
45
+ "fqn": "pulumi_docker",
46
+ "classes": {
47
+ "docker:index/buildxBuilder:BuildxBuilder": "BuildxBuilder"
48
+ }
49
+ },
41
50
  {
42
51
  "pkg": "docker",
43
52
  "mod": "index/container",