File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 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+
15# 0.4.1
26
37📜 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.
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 ` .)
You can’t perform that action at this time.
0 commit comments