Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Module Source

The source tells Terraform where to find the source code for the desired module. The source must be a valid Terraform module source. See Module sources

The module source can be specified in spec.module.source field. A module version can also be specified in spec.module.version

apiVersion: run.terraform-operator.io/v1alpha1
kind: Terraform
...
spec:
  ...
  module:
    source: IbraheemAlSaady/test/module
    version: "0.0.2"

To specify a source from a private git repo, see the git auth section