Skip to content

Custom terraform support

Compare
Choose a tag to compare
@juandiegopalomino juandiegopalomino released this 20 Aug 18:42
· 141 commits to main since this release
f85b2fe

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}}"