keyfactor-pub / terraform-provider-keyfactor

Terraform provider for Keyfactor
Apache License 2.0
1 stars 0 forks source link

Request - orchestration agent data source #52

Open rmcolbert opened 1 year ago

rmcolbert commented 1 year ago

When creating certificate stores, we need to provide the GUID of the orchestrator. Currently there is no way to retrieve this data via Terraform.

This would preferably be either a map or set of objects describing the orchestrators or a search based on orchestrator name.

Or both ... 2 objects, orchestrators (set) and orchestrator (single)

spbsoluble commented 1 year ago

@rmcolbert Singleton lookup has been added to v2.0.0, will keep this open to add support for multiple agents returned in a future release.