Skip to content

Commit

Permalink
Add additional interface proof to resourceTFERegistryGPGKey
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Dec 7, 2023
1 parent 66550ac commit fbd15fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/resource_tfe_registry_gpg_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
var _ resource.Resource = &resourceTFERegistryGPGKey{}
var _ resource.ResourceWithConfigure = &resourceTFERegistryGPGKey{}
var _ resource.ResourceWithImportState = &resourceTFERegistryGPGKey{}
var _ resource.ResourceWithModifyPlan = &resourceTFERegistryGPGKey{}

func NewRegistryGPGKeyResource() resource.Resource {
return &resourceTFERegistryGPGKey{}
Expand Down

0 comments on commit fbd15fd

Please sign in to comment.