Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Datadog Site Integration not supported #206

Open
patrickfrancois opened this issue Dec 4, 2023 · 1 comment
Open

Datadog Site Integration not supported #206

patrickfrancois opened this issue Dec 4, 2023 · 1 comment

Comments

@patrickfrancois
Copy link

patrickfrancois commented Dec 4, 2023

I am attempting to create a Datadog Site Integration using Terraform, but I am encountering the following error:

│ Error: Validation failed
│
│   with sigsci_site_integration.datadog_integration,
│   on main.tf line 232, in resource "sigsci_site_integration" "datadog_integration":
│  232: resource "sigsci_site_integration" "datadog_integration" {
│

It is supported by the UI but requires an "API key" and "Datadog Site Location". As you can see, there are no such attributes in the TF resource:

resource "sigsci_site_integration" "datadog_integration" {
  site_short_name = sigsci_site.my-site.short_name
  type            = "datadog"
  url             = ""
  events          = [
    "flag",
    "agentAlert"
  ]
}

Could you please add support for those attributes in the TF Site Integration resource?

@jeremy-cxf
Copy link
Contributor

jeremy-cxf commented Oct 1, 2024

@patrickfrancois this should now be possible via: #231

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

No branches or pull requests

2 participants