Skip to content

Commit

Permalink
fix enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Dec 12, 2023
1 parent dabfa37 commit 8784251
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func Resource() *schema.Resource {
"enabled": {
Type: schema.TypeBool,
Optional: true,
Computed: true,
},
},
Timeouts: &schema.ResourceTimeout{
Expand Down

0 comments on commit 8784251

Please sign in to comment.