Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/datacenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ and require vCenter.
An existing datacenter can be [imported][docs-import] into this resource
via supplying the full path to the datacenter. An example is below:

[docs-import]: /docs/import/index.html
[docs-import]: https://developer.hashicorp.com/terraform/cli/import

```shell
terraform import vsphere_datacenter.dc /dc1
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/host.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ connections and require vCenter Server.
An existing host can be [imported][docs-import] into this resource by supplying
the host's ID.

[docs-import]: /docs/import/index.html
[docs-import]: https://developer.hashicorp.com/terraform/cli/import

Obtain the host's ID using the data source. For example:

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/host_port_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ The following attributes are exported:
An existing host port group can be [imported][docs-import] into this resource
using the host port group's ID. An example is below:

[docs-import]: /docs/import/index.html
[docs-import]: https://developer.hashicorp.com/terraform/cli/import

```shell
terraform import vsphere_host_port_group.management tf-HostPortGroup:host-123:management
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/virtual_machine.md
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ The following attributes are exported on the base level of this resource:

An existing virtual machine can be [imported][docs-import] into the Terraform state by providing the full path to the virtual machine.

[docs-import]: /docs/import/index.html
[docs-import]: https://developer.hashicorp.com/terraform/cli/import

**Examples**:

Expand Down
2 changes: 1 addition & 1 deletion docs/resources/vnic.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Configures the IPv6 settings of the network interface. Either DHCP or Autoconfig
An existing vNic can be [imported][docs-import] into this resource
via supplying the vNic's ID. An example is below:

[docs-import]: /docs/import/index.html
[docs-import]: https://developer.hashicorp.com/terraform/cli/import

```shell
terraform import vsphere_vnic.vnic host-123_vmk2
Expand Down
Loading