@pulumi/terraform 5.14.0-alpha.1711619123 → 5.14.0-alpha.1724152687
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.
- package/README.md +3 -3
- package/package.json +2 -2
- package/package.json.dev +1 -1
package/README.md
CHANGED
|
@@ -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
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/terraform",
|
|
3
|
-
"version": "v5.14.0-alpha.
|
|
3
|
+
"version": "v5.14.0-alpha.1724152687+c0996dcb",
|
|
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.14.0-alpha.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource terraform v5.14.0-alpha.1724152687+c0996dcb"
|
|
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.14.0-alpha.
|
|
3
|
+
"version": "v5.14.0-alpha.1724152687+c0996dcb",
|
|
4
4
|
"description": "A Pulumi package for interoperating with infrastructure created with Terraform.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|