We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.4.4
No change should be shown in the last terraform plan after importing a Mailgun domain which matches the Terraform configuration.
terraform plan
Terraform wants to recreate the mailgun_domain resource.
mailgun_domain
dkim_selector = "mx"
It seems like that resource_mailgun_domain.go's resourceMailgunDomainRetrieve function doesn't support the retrieval of the dkim_selector property.
resource_mailgun_domain.go
dkim_selector
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Terraform Version
v1.4.4
Affected Resource(s)
Expected Behavior
No change should be shown in the last
terraform plan
after importing a Mailgun domain which matches the Terraform configuration.Actual Behavior
Terraform wants to recreate the
mailgun_domain
resource.Steps to Reproduce
dkim_selector = "mx"
.terraform plan
.Note
It seems like that
resource_mailgun_domain.go
's resourceMailgunDomainRetrieve function doesn't support the retrieval of thedkim_selector
property.The text was updated successfully, but these errors were encountered: