We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85aa502 commit b3c99edCopy full SHA for b3c99ed
internal/provider/resource_tfe_registry_module.go
@@ -22,8 +22,6 @@ import (
22
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation"
23
)
24
25
-var ctx = context.Background()
26
-
27
func resourceTFERegistryModule() *schema.Resource {
28
return &schema.Resource{
29
Create: resourceTFERegistryModuleCreate,
0 commit comments