TerraformIssuesSettings.

TerraformIssuesSettings(byte[], DirectoryPath) Constructor

Summary

Initializes a new instance of the TerraformIssuesSettings class.

Syntax

public TerraformIssuesSettings(byte[] validateOutput, DirectoryPath terraformRootPath)

Parameters

Name Type Description
validateOutput byte[] Output of the Terraform validate command.
terraformRootPath DirectoryPath Path to the directory of the Terraform scripts. Either the full path or the path relative to the repository root.

Return Value

Type Description
void
GitHub