pulumi-aiven 6.19.0__py3-none-any.whl → 6.19.0a1719638052__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 +0 -10
- pulumi_aiven/_inputs.py +0 -774
- pulumi_aiven/_utilities.py +4 -3
- pulumi_aiven/outputs.py +0 -1356
- pulumi_aiven/pulumi-plugin.json +1 -1
- {pulumi_aiven-6.19.0.dist-info → pulumi_aiven-6.19.0a1719638052.dist-info}/METADATA +1 -1
- {pulumi_aiven-6.19.0.dist-info → pulumi_aiven-6.19.0a1719638052.dist-info}/RECORD +9 -11
- {pulumi_aiven-6.19.0.dist-info → pulumi_aiven-6.19.0a1719638052.dist-info}/WHEEL +1 -1
- pulumi_aiven/get_thanos.py +0 -449
- pulumi_aiven/thanos.py +0 -1208
- {pulumi_aiven-6.19.0.dist-info → pulumi_aiven-6.19.0a1719638052.dist-info}/top_level.txt +0 -0
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",
|