Open zscholl opened 4 years ago
@zscholl
I looked into this and according to Terraform, if an argument is set to null or empty, or being omitted Terraform will use the argument's default value. In this case, the argument is optional which is why I believe terraform is not capturing the change of state or value of the argument.
(https://www.terraform.io/docs/configuration/expressions/types.html)
We can either have a default value for argument or If you want to try setting the action_email_subject
to an empty space that should work as well. Let me know your thoughts.
It seems that if you want to clear out a value using an empty string that the provider is not updating Splunk.
Here's an example of a failing test when using an empty string: https://github.com/splunk/terraform-provider-splunk/pull/34