From 2b8a6a7e1f25464ff73a69cf3bbd9e96c8047511 Mon Sep 17 00:00:00 2001 From: Bill Rich Date: Mon, 31 Aug 2020 14:43:38 -0700 Subject: [PATCH] Fix non inclusive language (#1193) --- vsphere/resource_vsphere_folder_migrate.go | 2 +- vsphere/resource_vsphere_virtual_machine_migrate.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vsphere/resource_vsphere_folder_migrate.go b/vsphere/resource_vsphere_folder_migrate.go index 15a0bca38..947fe3dff 100644 --- a/vsphere/resource_vsphere_folder_migrate.go +++ b/vsphere/resource_vsphere_folder_migrate.go @@ -7,7 +7,7 @@ import ( "github.com/hashicorp/terraform-provider-vsphere/vsphere/internal/helper/folder" ) -// resourceVSphereFolderMigrateState is the master state migration function for +// resourceVSphereFolderMigrateState is the main state migration function for // the vsphere_folder resource. func resourceVSphereFolderMigrateState(version int, os *terraform.InstanceState, meta interface{}) (*terraform.InstanceState, error) { // Guard against a nil state. diff --git a/vsphere/resource_vsphere_virtual_machine_migrate.go b/vsphere/resource_vsphere_virtual_machine_migrate.go index 6d2495901..94d920dbe 100644 --- a/vsphere/resource_vsphere_virtual_machine_migrate.go +++ b/vsphere/resource_vsphere_virtual_machine_migrate.go @@ -14,7 +14,7 @@ import ( "github.com/vmware/govmomi/vim25/types" ) -// resourceVSphereVirtualMachineMigrateState is the master state migration function for +// resourceVSphereVirtualMachineMigrateState is the main state migration function for // the vsphere_virtual_machine resource. func resourceVSphereVirtualMachineMigrateState(version int, os *terraform.InstanceState, meta interface{}) (*terraform.InstanceState, error) { // Guard against a nil state.