Skip to content

Commit 6e7873b

Browse files
committed
Linter fix
1 parent d26a79f commit 6e7873b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/provider/tests/acceptance/provider_acc_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ import (
1212
"github.com/hashicorp/terraform-provider-hypercore/internal/provider"
1313
)
1414

15+
/*
1516
var source_vm_name = os.Getenv("SOURCE_VM_NAME")
1617
var existing_vdisk_uuid = os.Getenv("EXISTING_VDISK_UUID")
1718
var source_nic_uuid = os.Getenv("SOURCE_NIC_UUID")
1819
var source_disk_uuid = os.Getenv("SOURCE_DISK_UUID")
20+
*/
1921

2022
// testAccProtoV6ProviderFactories are used to instantiate a provider during
2123
// acceptance testing. The factory function will be invoked for every Terraform

0 commit comments

Comments
 (0)