Adding enabled to the documentation of sumologic_data_forwarding_destination, and adjusted default values.
Adding index_id in sumologic_scheduled_views, and adjusted necessary documentations.
Why is this required?
As a part of supporting Data Forwarding Rules creation via TF for Scheduled Views we need index_id, because the id is coming from the autoview table.
Please review commit by commit.
Testing
Manual testing has been performed via main.tf and we are successfully able to configure a DF Rule for a SV. Attached test results and the test file in the comment.
What are we doing?
enabled
to the documentation of sumologic_data_forwarding_destination, and adjusted default values.index_id
in sumologic_scheduled_views, and adjusted necessary documentations.Why is this required?
As a part of supporting Data Forwarding Rules creation via TF for Scheduled Views we need
index_id
, because theid
is coming from the autoview table.Please review commit by commit.
Testing
Manual testing has been performed via
main.tf
and we are successfully able to configure a DF Rule for a SV. Attached test results and the test file in the comment.