TerraformBlueprint constructor

TerraformBlueprint({
  1. Map<String, ExternalValueSource>? externalValues,
  2. String? gcsSource,
  3. GitSource? gitSource,
  4. Map<String, TerraformVariable>? inputValues,
})

Implementation

TerraformBlueprint({
  this.externalValues,
  this.gcsSource,
  this.gitSource,
  this.inputValues,
});