Skip to content

UCL-ARC/terraform-template

Repository files navigation

terraform-template

ARC Terraform template

⚠️ This repository is still under construction! ⚠️

A Terraform template for new ARC Terraform projects or modules. It has a suggested skeleton structure and GitHub Actions workflows.

Usage

  1. Fork this repo. If creating a self-contained module, name your repo according to the module naming convention of terraform-<PROVIDER>-<NAME>.
  2. Change CODEOWNERS to you / your Team.

Requirements

Name Version
terraform >= 1.1.4
random ~> 3.4.3

Providers

Name Version
random ~> 3.4.3

Modules

No modules.

Resources

Name Type
random_id.this resource

Inputs

Name Description Type Default Required
prefix A dummy prefix. string "my-test" no

Outputs

Name Description
random_val List your outputs here.