Parse an HCL source file into a BodyNode plus any errors encountered. When bail: true (the default) the first error throws; otherwise every error is collected and parsing continues via recovery.
bail: true
Parse an HCL source file into a BodyNode plus any errors encountered. When
bail: true(the default) the first error throws; otherwise every error is collected and parsing continues via recovery.