File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.4.2
2
+
3
+ 📜 Fixed the ` improvmx_smtp_credential ` resource docs to use the correct resource name.
4
+
1
5
# 0.4.1
2
6
3
7
📜 Added this file, a changelog for the versions.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A resource to create ImprovMX domain SMTP credentials.
5
5
## Example Usage
6
6
7
7
``` hcl
8
- resource "improvmx_email_forward " "example" {
8
+ resource "improvmx_smtp_credential " "example" {
9
9
domain = "example.com"
10
10
username = "example"
11
11
password = var.password
@@ -16,4 +16,4 @@ resource "improvmx_email_forward" "example" {
16
16
17
17
* ` domain ` - (Required) Name of the domain.
18
18
* ` 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 ` .)
You can’t perform that action at this time.
0 commit comments