Skip to content

Commit

Permalink
TER-240: Make last_deployment computed parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Caussat committed Apr 4, 2018
1 parent 3a17647 commit 471072b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ghost/resource_ghost_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ func resourceGhostApp() *schema.Resource {
"last_deployment": {
Type: schema.TypeString,
Optional: true,
Computed: true,
},
},
},
Expand Down

0 comments on commit 471072b

Please sign in to comment.