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

Resource opsgenie_notification_rule #432

Open
starahm opened this issue May 4, 2024 · 0 comments
Open

Resource opsgenie_notification_rule #432

starahm opened this issue May 4, 2024 · 0 comments

Comments

@starahm
Copy link

starahm commented May 4, 2024

In OpsGenie provider under opsgenie_notification_rule resource there is send_after attribute, now we are using it in our configuration by setting it's value Zero and OpsGenie API is not accepting it, because it might be considering in seconds. As per the below documentation it should be in minutes but what if we wants to set that rule 'immediately' ? We tried every possible terms like string, number but obviously it'll not take those because it must be in minutes. Or is there something we need to convert the data type ? from int to string. In our case 0 minutes is equal to immediately, due to this API is not accepting Zero value. So, could you please suggest on this.

Reference for OpsGeine provider https://registry.terraform.io/providers/opsgenie/opsgenie/latest/docs/resources/notification_rule#enabled

Your assistance will be really helpful here, thank you in advance.
opsgenie

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

No branches or pull requests

1 participant