pulumi-aiven 6.19.0__py3-none-any.whl → 6.19.0a1719551643__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-aiven might be problematic. Click here for more details.

pulumi_aiven/__init__.py CHANGED
@@ -97,7 +97,6 @@ from .get_redis_user import *
97
97
  from .get_service_component import *
98
98
  from .get_service_integration import *
99
99
  from .get_service_integration_endpoint import *
100
- from .get_thanos import *
101
100
  from .get_transit_gateway_vpc_attachment import *
102
101
  from .grafana import *
103
102
  from .influx_db import *
@@ -145,7 +144,6 @@ from .redis_user import *
145
144
  from .service_integration import *
146
145
  from .service_integration_endpoint import *
147
146
  from .static_ip import *
148
- from .thanos import *
149
147
  from .transit_gateway_vpc_attachment import *
150
148
  from ._inputs import *
151
149
  from . import outputs
@@ -736,14 +734,6 @@ _utilities.register(
736
734
  "aiven:index/staticIp:StaticIp": "StaticIp"
737
735
  }
738
736
  },
739
- {
740
- "pkg": "aiven",
741
- "mod": "index/thanos",
742
- "fqn": "pulumi_aiven",
743
- "classes": {
744
- "aiven:index/thanos:Thanos": "Thanos"
745
- }
746
- },
747
737
  {
748
738
  "pkg": "aiven",
749
739
  "mod": "index/transitGatewayVpcAttachment",