Skip to content

Commit

Permalink
fixed ds
Browse files Browse the repository at this point in the history
  • Loading branch information
draganm committed Oct 22, 2024
1 parent 91ca242 commit 10dda31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datasource/textfile/text_file_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import (

func Resource() *schema.Resource {
return &schema.Resource{
Read: resourceRead,
Update: resourceRead,
Read: resourceRead,

Schema: map[string]*schema.Schema{
"ssh_key": {
Expand Down

0 comments on commit 10dda31

Please sign in to comment.