Skip to content

Getting Started

  1. Read the README Quickstart on GitHub.
  2. Run the Pub/Sub quickstart example.
  3. Pin the published packages with ^0.11.0 (see the current version on pub.dev).
  • Add terradart_core and terradart_google to pubspec.yaml
  • Implement a final class XxxStack extends Stack subclass
  • Call stack.writeTo('tf-out') from bin/infra.dart
  • Run terraform init / apply in tf-out/