pulumi-terraform 5.13.0a1684795046__tar.gz → 5.13.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_terraform
3
- Version: 5.13.0a1684795046
3
+ Version: 5.13.2
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi-terraform
3
- Version: 5.13.0a1684795046
3
+ Version: 5.13.2
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
@@ -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.13.0-alpha.1684795046+57f36b37'])
12
+ check_call(['pulumi', 'plugin', 'install', 'resource', 'terraform', '5.13.2'])
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.13.0-alpha.1684795046+57f36b37`
20
+ `pulumi plugin install resource terraform 5.13.2`
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.13.0a1684795046',
30
+ version='5.13.2',
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',