File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Standing on the shoulders of giants enables us to yeet mail further.
13
13
14
14
## Usage
15
15
16
- The provide with use the environment variable ` MAILFORM_API_TOKEN ` by default unless specified in the provider configuration.
16
+ The provider with use the environment variable ` MAILFORM_API_TOKEN ` by default unless specified in the provider configuration.
17
17
18
18
``` hcl
19
19
terraform {
@@ -25,7 +25,7 @@ terraform {
25
25
}
26
26
27
27
provider "mailform" {
28
- api_token = "XXX" // If not specified, will read MAILFORM_API_TOKEN env var
28
+ api_token = "XXX" // If not specified, will read MAILFORM_API_TOKEN environment variable
29
29
}
30
30
31
31
// Create PDF
@@ -65,7 +65,7 @@ output "order_info" {
65
65
66
66
## Requirements
67
67
68
- - [ Terraform] ( https://www.terraform.io/downloads.html ) >= 0.13 .x
68
+ - [ Terraform] ( https://www.terraform.io/downloads.html ) >= 0.12 .x
69
69
- [ Go] ( https://golang.org/doc/install ) >= 1.18
70
70
71
71
## Building The Provider
@@ -85,7 +85,7 @@ Please see the Go documentation for the most up to date information about using
85
85
86
86
To add a new dependency ` github.com/author/dependency ` to your Terraform provider:
87
87
88
- ```
88
+ ``` sh
89
89
go get github.com/author/dependency
90
90
go mod tidy
91
91
```
@@ -109,5 +109,5 @@ In order to run the full suite of Acceptance tests, run `make testacc`.
109
109
* Note:* Acceptance tests create real resources, and often cost money to run.
110
110
111
111
``` sh
112
- $ make testacc
112
+ make testacc
113
113
```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/circa10a/terraform-provider-mailform
3
3
go 1.18
4
4
5
5
require (
6
- github.com/circa10a/go-mailform v0.5 .0
6
+ github.com/circa10a/go-mailform v0.6 .0
7
7
github.com/hashicorp/terraform-plugin-docs v0.13.0
8
8
github.com/hashicorp/terraform-plugin-log v0.7.0
9
9
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkY
29
29
github.com/bgentry/speakeasy v0.1.0 h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY =
30
30
github.com/bgentry/speakeasy v0.1.0 /go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs =
31
31
github.com/boombuler/barcode v1.0.0 /go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8 =
32
- github.com/circa10a/go-mailform v0.5 .0 h1:omK1d+/24xhb05qQ3c6ReU9lUeDrKk4WiMwSgivNKFc =
33
- github.com/circa10a/go-mailform v0.5 .0 /go.mod h1:oCX+R+o4jbjRyFYlcfnDzjt+zALo1w7Gt1DG9Tz1qGg =
32
+ github.com/circa10a/go-mailform v0.6 .0 h1:chAhILHtID+fdeOEfBRWJrVYwaSnVR+raocXumtMc0o =
33
+ github.com/circa10a/go-mailform v0.6 .0 /go.mod h1:oCX+R+o4jbjRyFYlcfnDzjt+zALo1w7Gt1DG9Tz1qGg =
34
34
github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
35
35
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
36
36
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
You can’t perform that action at this time.
0 commit comments