TerraformBlueprint class
TerraformBlueprint describes the source of a Terraform root module which describes the resources and configs to be deployed.
Constructors
-
TerraformBlueprint({String? gcsSource, GitSource? gitSource, Map<
String, TerraformVariable> ? inputValues}) - TerraformBlueprint.fromJson(Map json_)
Properties
- gcsSource ↔ String?
-
URI of an object in Google Cloud Storage.
getter/setter pair
- gitSource ↔ GitSource?
-
URI of a public Git repo.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputValues
↔ Map<
String, TerraformVariable> ? -
Input variable values for the Terraform blueprint.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited