Jacendb
Results
2
comments of
Jacendb
I was under the impression elasticstack couldn't be used for this when using Elastic Cloud (ec_provider).
The workaround I use is adding this to the `ec_deployment` resources: ``` lifecycle { ignore_changes = [ traffic_filter, elasticsearch[0].config, kibana[0].config ] } ``` I add the respective `config` so terraform...