Skip to content

Commit bdb7805

Browse files
committed
docs: Use the correct resource name in improvmx_smtp_credential docs
1 parent 0101d92 commit bdb7805

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.2
2+
3+
📜 Fixed the `improvmx_smtp_credential` resource docs to use the correct resource name.
4+
15
# 0.4.1
26

37
📜 Added this file, a changelog for the versions.

docs/resources/improvmx_smtp_credential.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A resource to create ImprovMX domain SMTP credentials.
55
## Example Usage
66

77
```hcl
8-
resource "improvmx_email_forward" "example" {
8+
resource "improvmx_smtp_credential" "example" {
99
domain = "example.com"
1010
username = "example"
1111
password = var.password
@@ -16,4 +16,4 @@ resource "improvmx_email_forward" "example" {
1616

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

0 commit comments

Comments
 (0)