diff options
author | alexandreFre <51956137+alexandreFre@users.noreply.github.com> | 2019-07-05 10:07:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-05 10:07:21 +0200 |
commit | 35d1f8deb10896fc2635ab905922268e4cf266dc (patch) | |
tree | 308e98bf66512b843857a0403fe8bd9aa03f2eeb /mailgun/resource_mailgun_route.go | |
parent | d564d146deaa5e5c5e66a7407efce8e16933f921 (diff) | |
parent | 68936298c66845b16c718cbcfad8ae36ecd5fdfe (diff) | |
download | terraform-provider-mailgun-35d1f8deb10896fc2635ab905922268e4cf266dc.tar.gz terraform-provider-mailgun-35d1f8deb10896fc2635ab905922268e4cf266dc.tar.zst terraform-provider-mailgun-35d1f8deb10896fc2635ab905922268e4cf266dc.zip |
Merge pull request #7 from alexandreFre/add_doc
Add automatic testing on Travis
Diffstat (limited to 'mailgun/resource_mailgun_route.go')
-rw-r--r-- | mailgun/resource_mailgun_route.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mailgun/resource_mailgun_route.go b/mailgun/resource_mailgun_route.go index e19b67f..cf8290f 100644 --- a/mailgun/resource_mailgun_route.go +++ b/mailgun/resource_mailgun_route.go | |||
@@ -4,7 +4,7 @@ import ( | |||
4 | "context" | 4 | "context" |
5 | "fmt" | 5 | "fmt" |
6 | "github.com/hashicorp/terraform/helper/schema" | 6 | "github.com/hashicorp/terraform/helper/schema" |
7 | "github.com/mailgun/mailgun-go" | 7 | "github.com/mailgun/mailgun-go/v3" |
8 | "log" | 8 | "log" |
9 | "time" | 9 | "time" |
10 | ) | 10 | ) |