terraform

package module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 25, 2026 License: MIT Imports: 8 Imported by: 0

README

togo

togo-framework/deploy-terraform

Part of the togo framework.

Install

togo install togo-framework/deploy        # the base
togo install togo-framework/deploy-terraform

Terraform (IaC) deploy driver — runs terraform init/plan/apply (and destroy) in a Terraform directory.

Configure in togo.yaml:

deploy:
  provider: terraform
  host: 1.2.3.4
  user: root
  domain: app.example.com

Documentation

Overview

Package terraform is a generic Terraform (IaC) driver for togo deploy. It runs `terraform init/plan/apply` (and `destroy`) in a Terraform directory, so any of the cloud deploy plugins can express infrastructure as Terraform. Select with DEPLOY_PROVIDER=terraform; set the dir via spec.Options["tf_dir"], TF_DIR, or <project>/infra.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL