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
I am trying to create OpsGane integration through TF and receiving an error:
│ Error: Validation failed │ │ with sigsci_site_integration.agent_alert, │ on site_integration.tf line 2, in resource "sigsci_site_integration" "agent_alert": │ 2: resource "sigsci_site_integration" "agent_alert" {
Based on the documentation, to create it from the portal the API key should be provided, and in resource:
resource "sigsci_site_integration" "agent_alert" { events = [ "agentAlert", "flag", ] site_short_name = local.site_short_name type = "opsgenie" url = "" }
there is no field where like API key. How to deal with it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to create OpsGane integration through TF and receiving an error:
Based on the documentation, to create it from the portal the API key should be provided, and in resource:
there is no field where like API key. How to deal with it?
The text was updated successfully, but these errors were encountered: