Skip to content
New issue

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

Suppress defaults when planning changes to jira service desk params #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cwjohnston
Copy link
Contributor

As mentioned in #161, terraform plan shows changes to saved search parameters action_jira_service_desk_param_jira_description and action_jira_service_desk_param_jira_summary when using the defaults for those parameters, even when no change is necessary.

From what I can tell, the default values are computed server-side by Splunk. In my testing, the changes in this PR suppress superfluous changes to these Jira parameters. This may break in the future if the Splunk-computed defaults were to change.

As mentioned in splunk#161, terraform plan shows changes to saved search
parameters action_jira_service_desk_param_jira_description and
action_jira_service_desk_param_jira_summary when using the defaults
for those parameters.

From what I can tell, the default values are computed server-side
by Splunk. I believe this change will suppress superfluous changes
to these Jira parameters, but may break in the future if the Splunk
-computed defaults were to change.
@cwjohnston
Copy link
Contributor Author

@rrossetti-splunk would you please review? I believe this will close #161 and reduce meaningless changes in plan/apply output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant