TerraformIssuesSettings.

TerraformIssuesSettings(FilePath, DirectoryPath) Constructor

Summary

Initializes a new instance of the TerraformIssuesSettings class.

Syntax

public TerraformIssuesSettings(FilePath validateOutputFilePath, DirectoryPath terraformRootPath)

Parameters

Name Type Description
validateOutputFilePath FilePath Path to the the Terraform output file.
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