Skip to content

Commit b3c99ed

Browse files
committed
Remove unused context variable
Deleted the unused 'ctx' variable from resource_tfe_registry_module.go to clean up the code.
1 parent 85aa502 commit b3c99ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/provider/resource_tfe_registry_module.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ import (
2222
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
2323
)
2424

25-
var ctx = context.Background()
26-
2725
func resourceTFERegistryModule() *schema.Resource {
2826
return &schema.Resource{
2927
Create: resourceTFERegistryModuleCreate,

0 commit comments

Comments
 (0)