Skip to content

Commit

Permalink
tfe_variable: Mark value as optional
Browse files Browse the repository at this point in the history
Discussion at #72
  • Loading branch information
justincampbell committed Mar 25, 2019
1 parent 2c3a5a7 commit c638bf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tfe/resource_tfe_variable.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ func resourceTFEVariable() *schema.Resource {

"value": {
Type: schema.TypeString,
Required: true,
Optional: true,
Default: "",
Sensitive: true,
},

Expand Down

0 comments on commit c638bf1

Please sign in to comment.