Description
Is your feature request related to a problem? Please describe.
Using the elasticstack_fleet_integration_policy
the streams_json
parameter is sensitive by default. This makes reviewing terraform plans as part of a PR impossible as the reviewers (well anyone really) cannot see the output. In addition if you hit an error on apply you have no way to review the output because, again, sensitive by default. And in addition to that using terraform's nonsensitive
function doesn't seem to have any effect, i.e. I still can't read the plan.
Describe the resource you would like to have implemented.
N/A I just want to be able to see what my plans are going to do ahead of applying them.
Describe the solution you'd like
See above
Describe alternatives you've considered
A few alternatives but non terraform related and they're all bad.
Additional context
Add any other context or screenshots about the feature request here.