Skip to content

Commit

Permalink
fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
draganm committed Oct 22, 2024
1 parent 7c1d23d commit 3157f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion datasource/textfile/text_file_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ func Resource() *schema.Resource {
},

"content": {
Type: schema.TypeString,
Type: schema.TypeString,
Computed: true,
},
},
}
Expand Down

0 comments on commit 3157f1d

Please sign in to comment.