Show / Hide Table of Contents

Class TerraformBlueprint

TerraformBlueprint describes the source of a Terraform root module which describes the resources and configs to be deployed.

Inheritance
object
TerraformBlueprint
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Optional. 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX