Custom terraform support
juandiegopalomino
released this
20 Aug 18:42
·
141 commits
to main
since this release
Custom terraform module for opta (#327)
Use it like this:
name: live-example-dev
org_name: runx
providers:
aws:
region: us-east-1
account_id: 445935066876
modules:
- type: base
- type: custom-terraform
path_to_module: "../blah_module"
terraform_inputs:
a: "${{module.base.vpc_id}}"