Skip to content

Commit

Permalink
CHANGELOG for GH-12
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Oct 20, 2020
1 parent f21961d commit 658b9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FEATURES:

* **New Resource:** `dnsimple_email_forward` ([#29](https://github.com/terraform-providers/terraform-provider-dnsimple/pull/29), [#30](https://github.com/terraform-providers/terraform-provider-dnsimple/pull/30))

* Abilty to switch to sandbox environment ([#12](https://github.com/terraform-providers/terraform-provider-dnsimple/pull/12))

## 0.4.0 (May 12, 2020)

Expand Down
1 change: 1 addition & 0 deletions website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ The following arguments are supported:

* `token` - (Required) The DNSimple API v2 token. It must be provided, but it can also be sourced from the `DNSIMPLE_TOKEN` environment variable. Please note that this must be an [API v2 token](https://support.dnsimple.com/articles/api-access-token/). You can use either an User or Account token, but an Account token is recommended.
* `account` - (Required) The ID of the account associated with the token. It must be provided, but it can also be sourced from the `DNSIMPLE_ACCOUNT` environment variable.
* `sandbox` - Set to true to connects to the API [sandbox environment](https://developer.dnsimple.com/sandbox/).

0 comments on commit 658b9c6

Please sign in to comment.