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

[AA-1047] Add ability to map automation actions to all services #965

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

Conversation

BobaFatale
Copy link

Adds new field map_to_all_services to automation actions schema

Comment on lines +174 to +178
if attr, ok := d.GetOk("map_to_all_services"); ok {
val := attr.(bool)
automationActionsAction.MapToAllServices = &val
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this block of code is not necessary

@cjgajard
Copy link
Contributor

cjgajard commented Jan 8, 2025

Also, I don't see changes in go.mod file. Are the changes to github.com/heimweh/go-pagerduty still on PR? Can you link it here to keep track of it and update go.mod when it is ready?

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.

2 participants