-
Notifications
You must be signed in to change notification settings - Fork 122
Description
Is your feature request related to a problem? Please describe.
Today the elasticstack_fleet_integration resource requires a version of the integration to be installed. We should either make this paramater optional or support a version of "latest". This is required paramater and having to figure out what the latest version of each integration is not an easy task.
Describe the resource you would like to have implemented.
A clear and concise description of the API you want to target.
Describe the solution you'd like
Make the version parameter optional vs. required. Missing should install the latest available version of the integration.
Describe alternatives you've considered
Either make version optional or support a version of "latest" that installs the most current version of the integration
Additional context
Today the version parameter is required and with the pace of releases and updates as well as Serverless being updated weekly, its hard for a developer/infrastructure engineer to keep up with what is the latest version of each integration.