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

Terraform provider for the Checkly monitoring service

Results 19 terraform-provider-checkly issues
Sort by recently updated
recently updated
newest added

## Affected Components * [x] Resources * [ ] Test * [ ] Docs * [ ] Tooling * [ ] Other ## Pre-Requisites * [x] Terraform code is formatted...

### Terraform version v1.5.7 ### Provider version v1.7.3 ### Steps to reproduce - create browser-check with terraform - set its `ssl_check_domain` to the domain FQDN - do `terraform apply` -...

type: bug

### What is the improvement or update you wish to see? As discussed in the Checkly community Slack channel, I'd asked about how to use the Phone Call alert channel...

type: documentation

prod-api = { name = "PROD API" tags = ["prod", "backend"] activated = true locations = [ "eu-west-1", "eu-central-1", "eu-west-2", "eu-west-3", "eu-north-1", ] use_global_alert_settings = true api_check_defaults_url = "https://api.xxxx.co.xx/" environment_variables...

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.12.0 to 2.27.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.27.0 NOTES: helper/schema: Consumers directly referencing the Resource type Schema field should switch to the SchemaMap method to...

dependencies
go

Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.41.16 to 0.43.6. Release notes Sourced from github.com/gruntwork-io/terratest's releases. v0.43.6 Modules affected k8s Description Updated k8s module to support fetching of Kubernetes events Special thanks Special thanks...

dependencies
go

Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.14.1 to 0.15.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-docs's releases. v0.15.0 BREAKING CHANGES: generate: The legacy-sidebar flag has been removed without replacement. It implemented no logic and is...

dependencies
go

### What problem does this feature solve? I would like to enable incidents for dashboards. ### How would you implement this feature? An additional boolean flag to turn on/off on...

type: feature request

### What is the improvement or update you wish to see? How can we import existing dashboards? The ID seems to be key but using the value in the dashes...

type: documentation

### Terraform version 1.4.6 ### Provider version 1.6.5 ### Steps to reproduce With no changes to checks I consistently get a delta reported, e.g. ```hcl resource "checkly_check_group" "cloud_api" { name...

type: bug