Summary
Initializes a new instance of the
TerraformIssuesSettings
class.
- Assembly
- Cake
.Issues .Terraform .dll - Namespace
- Cake
.Issues .Terraform - Containing Type
- Terraform
Issues Settings
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 |