elastic / terraform-provider-elasticstack

Terraform provider for Elastic Stack
https://registry.terraform.io/providers/elastic/elasticstack/latest/docs
Apache License 2.0
173 stars 93 forks source link

[Feature] Support option ssl.certificate_authorities for elasticstack_kibana_synthetics_monitor #916

Open mag-mkorn opened 1 week ago

mag-mkorn commented 1 week ago

Is your feature request related to a problem? Please describe. I can not create http monitors using the elasticstack_kibana_synthetics_monitor resource with custom certificates.

Describe the resource you would like to have implemented. The resource already targets the right API: https://www.elastic.co/guide/en/kibana/current/add-monitor-api.html

Describe the solution you'd like The resource needs to implement an option for setting ssl.certificate_authorities, for example as ssl_certificate_authorities.

Describe alternatives you've considered As of now, ssl_verification_mode must be set to none to check endpoints with custom certificates.