Class TerraformBlueprint
TerraformBlueprint describes the source of a Terraform root module which describes the resources and configs to be deployed.
Implements
Inherited Members
Namespace: Google.Apis.Config.v1.Data
Assembly: Google.Apis.Config.v1.dll
Syntax
public class TerraformBlueprint : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
URI of an object in Google Cloud Storage. Format: gs://{bucket}/{object}
URI may also specify an object
version for zipped objects. Format: gs://{bucket}/{object}#{version}
Declaration
[JsonProperty("gcsSource")]
public virtual string GcsSource { get; set; }
Property Value
Type | Description |
---|---|
string |
GitSource
URI of a public Git repo.
Declaration
[JsonProperty("gitSource")]
public virtual GitSource GitSource { get; set; }
Property Value
Type | Description |
---|---|
GitSource |
InputValues
Input variable values for the Terraform blueprint.
Declaration
[JsonProperty("inputValues")]
public virtual IDictionary<string, TerraformVariable> InputValues { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, TerraformVariable> |