pulumi-null 0.1.0a1733292276__py3-none-any.whl → 0.1.0a1733787894__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-null might be problematic. Click here for more details.
- pulumi_null/get_data_source.py +2 -2
- pulumi_null/pulumi-plugin.json +1 -1
- {pulumi_null-0.1.0a1733292276.dist-info → pulumi_null-0.1.0a1733787894.dist-info}/METADATA +1 -1
- {pulumi_null-0.1.0a1733292276.dist-info → pulumi_null-0.1.0a1733787894.dist-info}/RECORD +6 -6
- {pulumi_null-0.1.0a1733292276.dist-info → pulumi_null-0.1.0a1733787894.dist-info}/WHEEL +0 -0
- {pulumi_null-0.1.0a1733292276.dist-info → pulumi_null-0.1.0a1733787894.dist-info}/top_level.txt +0 -0
pulumi_null/get_data_source.py
CHANGED
|
@@ -119,7 +119,7 @@ def get_data_source(has_computed_default: Optional[str] = None,
|
|
|
119
119
|
random=pulumi.get(__ret__, 'random'))
|
|
120
120
|
def get_data_source_output(has_computed_default: Optional[pulumi.Input[Optional[str]]] = None,
|
|
121
121
|
inputs: Optional[pulumi.Input[Optional[Mapping[str, str]]]] = None,
|
|
122
|
-
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDataSourceResult]:
|
|
122
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDataSourceResult]:
|
|
123
123
|
"""
|
|
124
124
|
## Example Usage
|
|
125
125
|
|
|
@@ -130,7 +130,7 @@ def get_data_source_output(has_computed_default: Optional[pulumi.Input[Optional[
|
|
|
130
130
|
__args__ = dict()
|
|
131
131
|
__args__['hasComputedDefault'] = has_computed_default
|
|
132
132
|
__args__['inputs'] = inputs
|
|
133
|
-
opts = pulumi.
|
|
133
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
134
134
|
__ret__ = pulumi.runtime.invoke_output('null:index/getDataSource:getDataSource', __args__, opts=opts, typ=GetDataSourceResult)
|
|
135
135
|
return __ret__.apply(lambda __response__: GetDataSourceResult(
|
|
136
136
|
has_computed_default=pulumi.get(__response__, 'has_computed_default'),
|
pulumi_null/pulumi-plugin.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
pulumi_null/__init__.py,sha256=vfO-Nyln5Y_KQyhBViIfR85yyF-7e_dM8AWDOgBltxk,682
|
|
2
2
|
pulumi_null/_utilities.py,sha256=-gxwnD6__OYdSf8jJgJijNuu-UHUwi5pJ1H7-eIHDhg,10504
|
|
3
|
-
pulumi_null/get_data_source.py,sha256=
|
|
3
|
+
pulumi_null/get_data_source.py,sha256=Kyd2Eu_V4_XfDTcdo4Soc2J55nw98KeSl2TRSJ_cDN8,6197
|
|
4
4
|
pulumi_null/provider.py,sha256=bRzJyITr55OsI8snfxIkj2r0yuNVW3oNBEP1PW1G07g,3588
|
|
5
|
-
pulumi_null/pulumi-plugin.json,sha256=
|
|
5
|
+
pulumi_null/pulumi-plugin.json,sha256=vcFRS4x2B5M-GN666ipmLFqubXTj2jLOgvSGN-eyrCE,80
|
|
6
6
|
pulumi_null/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
7
|
pulumi_null/resource.py,sha256=EgimXWe6PLGuQsotPj-hRos7diBWPUwEap25ChTVjIM,8814
|
|
8
|
-
pulumi_null-0.1.
|
|
9
|
-
pulumi_null-0.1.
|
|
10
|
-
pulumi_null-0.1.
|
|
11
|
-
pulumi_null-0.1.
|
|
8
|
+
pulumi_null-0.1.0a1733787894.dist-info/METADATA,sha256=uVVfOu9aRG1wW0oMM1_3BiWBnq50EJKMP6dpS0Y8uDE,2837
|
|
9
|
+
pulumi_null-0.1.0a1733787894.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
10
|
+
pulumi_null-0.1.0a1733787894.dist-info/top_level.txt,sha256=Ru9dJEzD8mCrozV4N2VCSavoQqMS9aa8gq-PLsirmtc,12
|
|
11
|
+
pulumi_null-0.1.0a1733787894.dist-info/RECORD,,
|
|
File without changes
|
{pulumi_null-0.1.0a1733292276.dist-info → pulumi_null-0.1.0a1733787894.dist-info}/top_level.txt
RENAMED
|
File without changes
|