pulumi-terraform 5.14.0a1711619123__tar.gz → 5.14.0a1719519021__tar.gz
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_terraform-5.14.0a1711619123 → pulumi_terraform-5.14.0a1719519021}/PKG-INFO +4 -4
- {pulumi_terraform-5.14.0a1711619123 → pulumi_terraform-5.14.0a1719519021}/README.md +3 -3
- {pulumi_terraform-5.14.0a1711619123 → pulumi_terraform-5.14.0a1719519021}/pulumi_terraform.egg-info/PKG-INFO +4 -4
- {pulumi_terraform-5.14.0a1711619123 → pulumi_terraform-5.14.0a1719519021}/setup.py +3 -3
- {pulumi_terraform-5.14.0a1711619123 → pulumi_terraform-5.14.0a1719519021}/pulumi_terraform/__init__.py +0 -0
- {pulumi_terraform-5.14.0a1711619123 → pulumi_terraform-5.14.0a1719519021}/pulumi_terraform/state/__init__.py +0 -0
- {pulumi_terraform-5.14.0a1711619123 → pulumi_terraform-5.14.0a1719519021}/pulumi_terraform/state/remote_state_reference.py +0 -0
- {pulumi_terraform-5.14.0a1711619123 → pulumi_terraform-5.14.0a1719519021}/pulumi_terraform.egg-info/SOURCES.txt +0 -0
- {pulumi_terraform-5.14.0a1711619123 → pulumi_terraform-5.14.0a1719519021}/pulumi_terraform.egg-info/dependency_links.txt +0 -0
- {pulumi_terraform-5.14.0a1711619123 → pulumi_terraform-5.14.0a1719519021}/pulumi_terraform.egg-info/not-zip-safe +0 -0
- {pulumi_terraform-5.14.0a1711619123 → pulumi_terraform-5.14.0a1719519021}/pulumi_terraform.egg-info/requires.txt +0 -0
- {pulumi_terraform-5.14.0a1711619123 → pulumi_terraform-5.14.0a1719519021}/pulumi_terraform.egg-info/top_level.txt +0 -0
- {pulumi_terraform-5.14.0a1711619123 → pulumi_terraform-5.14.0a1719519021}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi_terraform
|
3
|
-
Version: 5.14.
|
3
|
+
Version: 5.14.0a1719519021
|
4
4
|
Summary: A Pulumi package for consuming Terraform Remote State resources.
|
5
5
|
Home-page: https://pulumi.io
|
6
6
|
License: Apache-2.0
|
@@ -34,9 +34,9 @@ Description: # Pulumi Terraform Provider
|
|
34
34
|
|
35
35
|
## Concepts
|
36
36
|
|
37
|
-
The `@pulumi/terraform` package provides a resource named `RemoteStateReference`
|
38
|
-
which is used to read outputs from a Terraform state file stored in one of the
|
39
|
-
|
37
|
+
The `@pulumi/terraform` package provides a [resource](https://www.pulumi.com/docs/concepts/resources/) named `RemoteStateReference`
|
38
|
+
which is used to read outputs from a Terraform state file stored in one of the supported
|
39
|
+
Terraform remote state backends.
|
40
40
|
|
41
41
|
## Examples
|
42
42
|
|
@@ -27,9 +27,9 @@ To use from Python, install using `pip`:
|
|
27
27
|
|
28
28
|
## Concepts
|
29
29
|
|
30
|
-
The `@pulumi/terraform` package provides a resource named `RemoteStateReference`
|
31
|
-
which is used to read outputs from a Terraform state file stored in one of the
|
32
|
-
|
30
|
+
The `@pulumi/terraform` package provides a [resource](https://www.pulumi.com/docs/concepts/resources/) named `RemoteStateReference`
|
31
|
+
which is used to read outputs from a Terraform state file stored in one of the supported
|
32
|
+
Terraform remote state backends.
|
33
33
|
|
34
34
|
## Examples
|
35
35
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi-terraform
|
3
|
-
Version: 5.14.
|
3
|
+
Version: 5.14.0a1719519021
|
4
4
|
Summary: A Pulumi package for consuming Terraform Remote State resources.
|
5
5
|
Home-page: https://pulumi.io
|
6
6
|
License: Apache-2.0
|
@@ -34,9 +34,9 @@ Description: # Pulumi Terraform Provider
|
|
34
34
|
|
35
35
|
## Concepts
|
36
36
|
|
37
|
-
The `@pulumi/terraform` package provides a resource named `RemoteStateReference`
|
38
|
-
which is used to read outputs from a Terraform state file stored in one of the
|
39
|
-
|
37
|
+
The `@pulumi/terraform` package provides a [resource](https://www.pulumi.com/docs/concepts/resources/) named `RemoteStateReference`
|
38
|
+
which is used to read outputs from a Terraform state file stored in one of the supported
|
39
|
+
Terraform remote state backends.
|
40
40
|
|
41
41
|
## Examples
|
42
42
|
|
@@ -9,7 +9,7 @@ class InstallPluginCommand(install):
|
|
9
9
|
def run(self):
|
10
10
|
install.run(self)
|
11
11
|
try:
|
12
|
-
check_call(['pulumi', 'plugin', 'install', 'resource', 'terraform', '5.14.0-alpha.
|
12
|
+
check_call(['pulumi', 'plugin', 'install', 'resource', 'terraform', '5.14.0-alpha.1719519021+aa126fc2'])
|
13
13
|
except OSError as error:
|
14
14
|
if error.errno == errno.ENOENT:
|
15
15
|
print("""
|
@@ -17,7 +17,7 @@ class InstallPluginCommand(install):
|
|
17
17
|
like `pulumi` is not installed on your system.
|
18
18
|
Please visit https://pulumi.com to install the Pulumi CLI.
|
19
19
|
You may try manually installin the plugin by running:
|
20
|
-
`pulumi plugin install resource terraform 5.14.0-alpha.
|
20
|
+
`pulumi plugin install resource terraform 5.14.0-alpha.1719519021+aa126fc2`
|
21
21
|
""")
|
22
22
|
|
23
23
|
|
@@ -27,7 +27,7 @@ def readme():
|
|
27
27
|
|
28
28
|
|
29
29
|
setup(name='pulumi_terraform',
|
30
|
-
version='5.14.
|
30
|
+
version='5.14.0a1719519021',
|
31
31
|
description='A Pulumi package for consuming Terraform Remote State resources.',
|
32
32
|
long_description=readme(),
|
33
33
|
long_description_content_type='text/markdown',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|