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

Opsgene integration #165

Open
powtor opened this issue May 8, 2023 · 0 comments
Open

Opsgene integration #165

powtor opened this issue May 8, 2023 · 0 comments

Comments

@powtor
Copy link

powtor commented May 8, 2023

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?

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