TerraformApplySettings.

InputVariables Property

Summary

Gets or sets the input variables. https://www.terraform.io/intro/getting-started/variables.html
Namespace
Cake.Terraform.Apply
Containing Type
TerraformApplySettings

Syntax

public Dictionary<string, string> InputVariables { get; set; }

Value

Type Description
Dictionary<string, string>