Skip to content

Commit

Permalink
docs: Use the correct resource name in improvmx_smtp_credential docs
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Aug 13, 2021
1 parent 0101d92 commit bdb7805
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.4.2

📜 Fixed the `improvmx_smtp_credential` resource docs to use the correct resource name.

# 0.4.1

📜 Added this file, a changelog for the versions.
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/improvmx_smtp_credential.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A resource to create ImprovMX domain SMTP credentials.
## Example Usage

```hcl
resource "improvmx_email_forward" "example" {
resource "improvmx_smtp_credential" "example" {
domain = "example.com"
username = "example"
password = var.password
Expand All @@ -16,4 +16,4 @@ resource "improvmx_email_forward" "example" {

* `domain` - (Required) Name of the domain.
* `username` - (Required) Username of the SMTP sender.
* `password` - (Required) Password for the SMTP sending account.
* `password` - (Required) Password for the SMTP sending account. (Will always be hidden in `plan`.)

0 comments on commit bdb7805

Please sign in to comment.