Update other Markdown table references to reflect the updated use of
spaces in Markdown table delimiter rows. This is mainly an update of
the Markdown table in the examples/main.tf file's comment. All test
files that expect the contents of that comment are updated to match.
Signed-off-by: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com>
The header and content rows all use a space between separating pipes
and the contents of the cell. However, the delimiter row currently does
not follow this spacing choice. Fix Markdown table output to include
spaces between the hyphens within the cells and the separating pipes.
Tests for Markdown table generation are updated to reflect this change.
Signed-off-by: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com>