terraform-provider-site24x7
terraform-provider-site24x7 copied to clipboard
Terraform provider for Site24x7
Hello, Since the upgrade from 0.54 to 0.64, there is a new attribute named profile_type_name. According to https://github.com/site24x7/terraform-provider-site24x7/blob/406b008d5a9d0a896d4b6cd6a3be61e522fc3298/site24x7/threshold_profile.go#L82, it seems more less a duplicate from profile_type. There is also no...
While updating the location profile through terraform the resource keeps updating the outer region consent as below ```bash ~ resource "site24x7_location_profile" "location_profile" { id = "23232320002323" ~ outer_regions_location_consent = false...
Hi When I'm trying to create a new user, I get this error: `Need consent to process data in Non-EU regions.` I'm using Terraform provider v1.0.52.
Hello, Any plans to add allow to suspend a probe via terraform? At this time, we can use https://registry.terraform.io/providers/site24x7/site24x7/latest/docs/resources/website_monitor to create a website monitor via terraform. The issue is that...
Hello, Any plans to add scheduled reports management via terraform? The idea is to create/edit/delete scheduled reports via terraform. Useful when we had a lot of monitors and that we...
Faced with bug when we provide invalid "website" field, Terraform returns Error -> not update terraform state, but Monitor was created in site24x7 (not expected behaviour) example we made a...
Since Apple is migrating their entire lineup to the M1 processor, it would be nice if we could get M1 support for this provider. Thanks!
data "site24x7_credential_profile" "s247credentialprofile" { // (Required) Regular expression denoting the name of the Credential Profile. name_regex = "url" } I have tried and given name_regex as "null" as because all...
Please add the possibility of referencing a threshold_profile also by name, like you have for location_profiles for example. Location profile can be referenced by id or by name, but threshold...
## Description I am seeing the below error when trying to create a REST API monitor with the Site24x7 provider ``` Error: json: cannot unmarshal string into Go struct field...