Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
TER-240: Add timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Caussat committed Mar 30, 2018
1 parent fbb719c commit 47d282d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ghost/resource_ghost_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ func resourceGhostApp() *schema.Resource {
Delete: schema.DefaultTimeout(1 * time.Minute),
},

<<<<<<< b5b67a4bdd44884372717a174bc01713b7521d46
Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},

=======
>>>>>>> TER-240: Add timeouts
Schema: map[string]*schema.Schema{
"name": {
Type: schema.TypeString,
Expand Down

0 comments on commit 47d282d

Please sign in to comment.