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? # 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
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?
The text was updated successfully, but these errors were encountered:
@patrickfrancois this should now be possible via: #231
Sorry, something went wrong.
No branches or pull requests
I am attempting to create a Datadog Site Integration using Terraform, but I am encountering the following error:
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:
Could you please add support for those attributes in the TF Site Integration resource?
The text was updated successfully, but these errors were encountered: