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 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.
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 asssl_certificate_authorities
.Describe alternatives you've considered As of now,
ssl_verification_mode
must be set tonone
to check endpoints with custom certificates.