pulumi-extra 0.1.0__py3-none-any.whl → 0.1.1__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.
- pulumi_extra/contrib/aws/autotag.py +1 -1
- pulumi_extra/contrib/gcp/autolabel.py +1 -1
- {pulumi_extra-0.1.0.dist-info → pulumi_extra-0.1.1.dist-info}/METADATA +8 -4
- {pulumi_extra-0.1.0.dist-info → pulumi_extra-0.1.1.dist-info}/RECORD +6 -6
- {pulumi_extra-0.1.0.dist-info → pulumi_extra-0.1.1.dist-info}/WHEEL +0 -0
- {pulumi_extra-0.1.0.dist-info → pulumi_extra-0.1.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
from typing import TYPE_CHECKING
|
|
5
5
|
|
|
6
6
|
import pulumi
|
|
7
|
-
import pulumi_aws # noqa: F401; Required to detect resources otherwise `is_taggable` will always return `False`
|
|
7
|
+
import pulumi_aws # noqa: F401 ; Required to detect resources otherwise `is_taggable` will always return `False`
|
|
8
8
|
|
|
9
9
|
from pulumi_extra import resource_has_attribute
|
|
10
10
|
|
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
from typing import TYPE_CHECKING
|
|
5
5
|
|
|
6
6
|
import pulumi
|
|
7
|
-
import pulumi_gcp # noqa: F401; Required to detect resources otherwise `is_labelable` will always return `False`
|
|
7
|
+
import pulumi_gcp # noqa: F401 ; Required to detect resources otherwise `is_labelable` will always return `False`
|
|
8
8
|
|
|
9
9
|
from pulumi_extra import resource_has_attribute
|
|
10
10
|
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulumi-extra
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Extra Pulumi utils and resources.
|
|
5
|
+
Project-URL: Homepage, https://github.com/lasuillard/pulumi-extra
|
|
6
|
+
Project-URL: Repository, https://github.com/lasuillard/pulumi-extra.git
|
|
7
|
+
Project-URL: Issues, https://github.com/lasuillard/pulumi-extra/issues
|
|
5
8
|
Author-email: Yuchan Lee <lasuillard@gmail.com>
|
|
6
9
|
License-Expression: MIT
|
|
7
10
|
License-File: LICENSE
|
|
@@ -20,10 +23,11 @@ Provides-Extra: policy
|
|
|
20
23
|
Requires-Dist: pulumi-policy<2,>=1; extra == 'policy'
|
|
21
24
|
Provides-Extra: test
|
|
22
25
|
Requires-Dist: coverage~=7.3; extra == 'test'
|
|
23
|
-
Requires-Dist: nox
|
|
26
|
+
Requires-Dist: nox<2025.3.0,>=2024.10.9; extra == 'test'
|
|
27
|
+
Requires-Dist: pulumi-docker>=4.6.1; extra == 'test'
|
|
24
28
|
Requires-Dist: pulumi-random>=4.18.0; extra == 'test'
|
|
25
29
|
Requires-Dist: pytest-cov<7,>=5; extra == 'test'
|
|
26
|
-
Requires-Dist: pytest-
|
|
30
|
+
Requires-Dist: pytest-forked>=1.6.0; extra == 'test'
|
|
27
31
|
Requires-Dist: pytest-sugar~=1.0; extra == 'test'
|
|
28
32
|
Requires-Dist: pytest~=8.0; extra == 'test'
|
|
29
33
|
Description-Content-Type: text/markdown
|
|
@@ -33,6 +37,6 @@ Description-Content-Type: text/markdown
|
|
|
33
37
|
[](https://opensource.org/licenses/MIT)
|
|
34
38
|
[](https://github.com/lasuillard/pulumi-extra/actions/workflows/ci.yaml)
|
|
35
39
|
[](https://codecov.io/gh/lasuillard/pulumi-extra)
|
|
36
|
-

|
|
37
41
|
|
|
38
42
|
Extra Pulumi utils and resources.
|
|
@@ -6,13 +6,13 @@ pulumi_extra/resource_.py,sha256=Nexd9h5dEeJKJqb0w_3lH7NmYSmx7Twl9_ta03j8UDI,219
|
|
|
6
6
|
pulumi_extra/stack_reference.py,sha256=66S4aIQyx5HpISaHqT_jsNKNNLAggT5Y5Y2B4n4Smc4,3291
|
|
7
7
|
pulumi_extra/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
8
|
pulumi_extra/contrib/aws/__init__.py,sha256=atpnUqZUL6C8t20LHK3EgKhPGSU8GlcuRPBpxddloAw,178
|
|
9
|
-
pulumi_extra/contrib/aws/autotag.py,sha256=
|
|
9
|
+
pulumi_extra/contrib/aws/autotag.py,sha256=3bWFSmOXCDNpC46j5PwDtn6vIkCVVgonkWAyugyWqlM,2186
|
|
10
10
|
pulumi_extra/contrib/aws/common.py,sha256=93wyc8KNvgJdmj_rRG2zUa3OTFFDCcu_S-wLosggUs0,171
|
|
11
11
|
pulumi_extra/contrib/aws/policies/__init__.py,sha256=UgZuL2S8sHlK7ULm_OZpgnzOodPejgV50AYCs7GqPPM,143
|
|
12
12
|
pulumi_extra/contrib/aws/policies/require_description.py,sha256=uqqTbYZeOeQNy8j4GjcQqD_nzKFfocAO3l1BRUClhQ8,2160
|
|
13
13
|
pulumi_extra/contrib/aws/policies/require_tags.py,sha256=JZXFvgkkxcNzNGcY4qDMJ6eH-pJAQUjbm5EHFULrx5c,1247
|
|
14
14
|
pulumi_extra/contrib/gcp/__init__.py,sha256=mQghe26s_H0ni0m85wi6LCgk7c8F95bR1ixphP90III,184
|
|
15
|
-
pulumi_extra/contrib/gcp/autolabel.py,sha256=
|
|
15
|
+
pulumi_extra/contrib/gcp/autolabel.py,sha256=Lpg1R8ISCYwJ8KYMnNz8NP-JY1m_o0b5W9ougvv6mu8,2215
|
|
16
16
|
pulumi_extra/contrib/gcp/common.py,sha256=hsWt6f9y7GHrEMFNZeqXCT7Gp_deNHJrtNMLrQ7fZfo,171
|
|
17
17
|
pulumi_extra/contrib/gcp/policies/__init__.py,sha256=1iXvLVzQCuOtXl1VMPnq33XlWxo2WTIcJsbaJl6qQuI,149
|
|
18
18
|
pulumi_extra/contrib/gcp/policies/require_description.py,sha256=0vfC0ZPFXel1Pp0JIhBon_lteuZCodIoZsIDfbTaOZ8,2217
|
|
@@ -21,7 +21,7 @@ pulumi_extra/transforms/__init__.py,sha256=24I3Uta0nTSGPEuO7udHHu1pZdNdcbwnwV0sn
|
|
|
21
21
|
pulumi_extra/transforms/invoke.py,sha256=IcH3TUFEtGjsRCoF_3rtrvrACGqr8FIWqIlTPlMtS0Q,2778
|
|
22
22
|
pulumi_extra/transforms/resource_.py,sha256=K6HtYgs8swmV2FpYT42H-u9ctpHOwR8ls8hehneuHe8,2716
|
|
23
23
|
pulumi_extra/transforms/runtime.py,sha256=VUFwIcq3BVTKq04v9_54F5xSwmhW_yhXaXmYAS9_b_I,704
|
|
24
|
-
pulumi_extra-0.1.
|
|
25
|
-
pulumi_extra-0.1.
|
|
26
|
-
pulumi_extra-0.1.
|
|
27
|
-
pulumi_extra-0.1.
|
|
24
|
+
pulumi_extra-0.1.1.dist-info/METADATA,sha256=MmJ_XvobITahcqgw6RcGIXNnh1TuWApQQNlEZg-GCeI,1820
|
|
25
|
+
pulumi_extra-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
26
|
+
pulumi_extra-0.1.1.dist-info/licenses/LICENSE,sha256=Q5GkvYijQ2KTQ-QWhv43ilzCno4ZrzrEuATEQZd9rYo,1067
|
|
27
|
+
pulumi_extra-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|