@pulumi/terraform 5.6.0 → 5.6.3

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/package.json.dev +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/terraform",
3
- "version": "v5.6.0",
3
+ "version": "v5.6.3",
4
4
  "description": "A Pulumi package for interoperating with infrastructure created with Terraform.",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [
@@ -11,7 +11,7 @@
11
11
  "repository": "https://github.com/pulumi/pulumi-terraform",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource terraform v5.6.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource terraform v5.6.3"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/terraform",
3
- "version": "v5.6.0",
3
+ "version": "v5.6.3",
4
4
  "description": "A Pulumi package for interoperating with infrastructure created with Terraform.",
5
5
  "license": "Apache-2.0",
6
6
  "keywords": [