elastic / terraform-provider-elasticstack

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

Would be great to incorporate the CA fingerprint into the Provider options, any timeline on this ? #308

Open zx8086 opened 1 year ago

zx8086 commented 1 year ago

Description

https://registry.terraform.io/providers/elastic/elasticstack/latest/docs

Using the heavily toted CA fingerprint for the providers instead of all the other alternatives

provider "elasticstack" {
  elasticsearch {
    username  = "elastic"
    password  = "changeme"
    endpoints = ["http://localhost:9200"]
  }
}

provider "elasticstack" {
  elasticsearch {
    api_key   = "base64encodedapikeyhere=="
    endpoints = ["http://localhost:9200"]
  }
}
HiDAl commented 1 year ago

Hello, This issue is not related to Elasticsearch but the Elasticstack terraform provider. Moving to that repo.