Skip to content

Commit

Permalink
docs: typos (#2313)
Browse files Browse the repository at this point in the history
Signed-off-by: ghorbani-ali <[email protected]>
  • Loading branch information
ghorbani-ali authored Dec 30, 2024
1 parent b48fe5a commit ed0d627
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/docs/r/compute_cluster_vm_host_rule.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ data "vsphere_compute_cluster" "cluster" {
}
data "vsphere_host" "host" {
name = "esxi-01.example.com
name = "esxi-01.example.com"
datacenter_id = data.vsphere_datacenter.datacenter.id
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/drs_vm_override.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ data "vsphere_compute_cluster" "cluster" {
}
data "vsphere_host" "host" {
name = "esxi-01.example.com
name = "esxi-01.example.com"
datacenter_id = data.vsphere_datacenter.datacenter.id
}
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/host_virtual_switch.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data "vsphere_datacenter" "datacenter" {
}
data "vsphere_host" "host" {
name = "esxi-01.example.com
name = "esxi-01.example.com"
datacenter_id = data.vsphere_datacenter.datacenter.id
}
Expand All @@ -53,7 +53,7 @@ data "vsphere_datacenter" "datacenter" {
}
data "vsphere_host" "host" {
name = "esxi-01.example.com
name = "esxi-01.example.com"
datacenter_id = data.vsphere_datacenter.datacenter.id
}
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/virtual_machine.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ resource "vsphere_virtual_machine" "vm" {
customize {
linux_options {
host_name = "foo"
domain = "example.com
domain = "example.com"
}
network_interface {
ipv4_address = "10.0.0.10"
Expand Down Expand Up @@ -1262,7 +1262,7 @@ resource "vsphere_virtual_machine" "vm" {
# ... other configuration ...
linux_options {
host_name = "foo"
domain = "example.com
domain = "example.com"
}
}
}
Expand Down

0 comments on commit ed0d627

Please sign in to comment.