Summary
Contains functionality related to reading output from
terraform validate -json
.
- Assembly
- Cake
.Issues .Terraform .dll - Namespace
- Cake
.Issues .Terraform - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["TerraformIssuesAliases"]
class Type type-node
Syntax
public static class TerraformIssuesAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
TerraformIssues |
IIssueProvider |
Gets an instance of a provider for reading output from
terraform validate -json using specified settings.
static
|
Terraform |
IIssueProvider |
Gets an instance of a provider for reading output from
terraform validate -json
for Terraform scripts in the repository root.
static
|
Terraform |
IIssueProvider |
Gets an instance of a provider for reading output from
terraform validate -json .
static
|
Terraform |
IIssueProvider |
Gets an instance of a provider for reading output from
terraform validate -json from disk
for Terraform scripts in the repository root.
static
|
Terraform |
IIssueProvider |
Gets an instance of a provider for reading output from
terraform validate -json from disk.
static
|
Terraform |
string |
Gets the name of the Terraform issue provider.
This name can be used to identify issues based on the
ProviderType property.
static
|