@pulumi/vsphere 4.18.0 → 4.18.1
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/datacenter.d.ts +1 -1
- package/datacenter.js +1 -1
- package/host.d.ts +1 -1
- package/host.js +1 -1
- package/hostPortGroup.d.ts +1 -1
- package/hostPortGroup.js +1 -1
- package/package.json +2 -2
- package/virtualMachine.d.ts +1 -1
- package/virtualMachine.js +1 -1
- package/vnic.d.ts +1 -1
- package/vnic.js +1 -1
package/datacenter.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
33
33
|
* An existing datacenter can be imported into this resource
|
|
34
34
|
* via supplying the full path to the datacenter. An example is below:
|
|
35
35
|
*
|
|
36
|
-
* [docs-import]: /
|
|
36
|
+
* [docs-import]: https://developer.hashicorp.com/terraform/cli/import
|
|
37
37
|
*
|
|
38
38
|
* ```sh
|
|
39
39
|
* $ pulumi import vsphere:index/datacenter:Datacenter dc /dc1
|
package/datacenter.js
CHANGED
|
@@ -62,7 +62,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
62
62
|
* An existing datacenter can be imported into this resource
|
|
63
63
|
* via supplying the full path to the datacenter. An example is below:
|
|
64
64
|
*
|
|
65
|
-
* [docs-import]: /
|
|
65
|
+
* [docs-import]: https://developer.hashicorp.com/terraform/cli/import
|
|
66
66
|
*
|
|
67
67
|
* ```sh
|
|
68
68
|
* $ pulumi import vsphere:index/datacenter:Datacenter dc /dc1
|
package/host.d.ts
CHANGED
|
@@ -71,7 +71,7 @@ import * as outputs from "./types/output";
|
|
|
71
71
|
* An existing host can be imported into this resource by supplying
|
|
72
72
|
* the host's ID.
|
|
73
73
|
*
|
|
74
|
-
* [docs-import]: /
|
|
74
|
+
* [docs-import]: https://developer.hashicorp.com/terraform/cli/import
|
|
75
75
|
*
|
|
76
76
|
* Obtain the host's ID using the data source. For example:
|
|
77
77
|
*
|
package/host.js
CHANGED
|
@@ -98,7 +98,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
98
98
|
* An existing host can be imported into this resource by supplying
|
|
99
99
|
* the host's ID.
|
|
100
100
|
*
|
|
101
|
-
* [docs-import]: /
|
|
101
|
+
* [docs-import]: https://developer.hashicorp.com/terraform/cli/import
|
|
102
102
|
*
|
|
103
103
|
* Obtain the host's ID using the data source. For example:
|
|
104
104
|
*
|
package/hostPortGroup.d.ts
CHANGED
|
@@ -89,7 +89,7 @@ import * as outputs from "./types/output";
|
|
|
89
89
|
* An existing host port group can be imported into this resource
|
|
90
90
|
* using the host port group's ID. An example is below:
|
|
91
91
|
*
|
|
92
|
-
* [docs-import]: /
|
|
92
|
+
* [docs-import]: https://developer.hashicorp.com/terraform/cli/import
|
|
93
93
|
*
|
|
94
94
|
* ```sh
|
|
95
95
|
* $ pulumi import vsphere:index/hostPortGroup:HostPortGroup management tf-HostPortGroup:host-123:management
|
package/hostPortGroup.js
CHANGED
|
@@ -116,7 +116,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
116
116
|
* An existing host port group can be imported into this resource
|
|
117
117
|
* using the host port group's ID. An example is below:
|
|
118
118
|
*
|
|
119
|
-
* [docs-import]: /
|
|
119
|
+
* [docs-import]: https://developer.hashicorp.com/terraform/cli/import
|
|
120
120
|
*
|
|
121
121
|
* ```sh
|
|
122
122
|
* $ pulumi import vsphere:index/hostPortGroup:HostPortGroup management tf-HostPortGroup:host-123:management
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/vsphere",
|
|
3
|
-
"version": "4.18.
|
|
3
|
+
"version": "4.18.1",
|
|
4
4
|
"description": "A Pulumi package for creating vsphere resources",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"pulumi": {
|
|
23
23
|
"resource": true,
|
|
24
24
|
"name": "vsphere",
|
|
25
|
-
"version": "4.18.
|
|
25
|
+
"version": "4.18.1"
|
|
26
26
|
}
|
|
27
27
|
}
|
package/virtualMachine.d.ts
CHANGED
|
@@ -1060,7 +1060,7 @@ import * as outputs from "./types/output";
|
|
|
1060
1060
|
*
|
|
1061
1061
|
* An existing virtual machine can be imported into the Terraform state by providing the full path to the virtual machine.
|
|
1062
1062
|
*
|
|
1063
|
-
* [docs-import]: /
|
|
1063
|
+
* [docs-import]: https://developer.hashicorp.com/terraform/cli/import
|
|
1064
1064
|
*
|
|
1065
1065
|
* **Examples**:
|
|
1066
1066
|
*
|
package/virtualMachine.js
CHANGED
|
@@ -1087,7 +1087,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
1087
1087
|
*
|
|
1088
1088
|
* An existing virtual machine can be imported into the Terraform state by providing the full path to the virtual machine.
|
|
1089
1089
|
*
|
|
1090
|
-
* [docs-import]: /
|
|
1090
|
+
* [docs-import]: https://developer.hashicorp.com/terraform/cli/import
|
|
1091
1091
|
*
|
|
1092
1092
|
* **Examples**:
|
|
1093
1093
|
*
|
package/vnic.d.ts
CHANGED
|
@@ -91,7 +91,7 @@ import * as outputs from "./types/output";
|
|
|
91
91
|
* An existing vNic can be imported into this resource
|
|
92
92
|
* via supplying the vNic's ID. An example is below:
|
|
93
93
|
*
|
|
94
|
-
* [docs-import]: /
|
|
94
|
+
* [docs-import]: https://developer.hashicorp.com/terraform/cli/import
|
|
95
95
|
*
|
|
96
96
|
* ```sh
|
|
97
97
|
* $ pulumi import vsphere:index/vnic:Vnic vnic host-123_vmk2
|
package/vnic.js
CHANGED
|
@@ -118,7 +118,7 @@ const utilities = __importStar(require("./utilities"));
|
|
|
118
118
|
* An existing vNic can be imported into this resource
|
|
119
119
|
* via supplying the vNic's ID. An example is below:
|
|
120
120
|
*
|
|
121
|
-
* [docs-import]: /
|
|
121
|
+
* [docs-import]: https://developer.hashicorp.com/terraform/cli/import
|
|
122
122
|
*
|
|
123
123
|
* ```sh
|
|
124
124
|
* $ pulumi import vsphere:index/vnic:Vnic vnic host-123_vmk2
|