terraform-provider-site24x7 icon indicating copy to clipboard operation
terraform-provider-site24x7 copied to clipboard

Terraform provider for Site24x7

Results 48 terraform-provider-site24x7 issues
Sort by recently updated
recently updated
newest added

I have successfully imported one webhook integration; however, I am unable import this next one: ![image](https://github.com/site24x7/terraform-provider-site24x7/assets/479475/d66410a5-bc96-4098-99d6-7a74a698ede4) `test.tf`: ```hcl import { id = "207348000022720005" to = site24x7_webhook_integration.parameterized_slack_experiment } ``` Command: ```...

The type of this argument is `boolean`, not `string`. Is there any particular reason why most of the arguments can be specified by ID or name, except the threshold profiles?

The following arguments have not been documented: - cron_no_run_alert - cron_duration_alert I have not checked the API if there are additional arguments available.

I have not done a full comparison between the API and the Terraform provider, but it looks like there are some features that can only be configured via the web...

While the Site24x7 resource `site24x7_amazon_monitor` offers the possibility to define a user group based on the ID or the name, in the case of the resource `site24x7_user_group` the user must...

The Site24x7 resource `site24x7_amazon_monitor` allows you to define a user group based on the ID or name. Suppose I define a user group based on the name, because nobody can...

Without the attribute `aws_discover_services` the Site24x7 Amazon Monitor cannot be created and fails with an unrelated error message. ``` ╷ │ Error: External ID has been expired, kindly refresh the...

The "command" attribute always returns "application_type" value in "site24x7_port_monitor" resource instead real value. ![image](https://github.com/user-attachments/assets/b6865e5c-34bc-4bba-86c9-7705610abfb6)