Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 663 Bytes

File metadata and controls

28 lines (17 loc) · 663 Bytes

trade-tariff-terraform-modules

This repository contains terraform modules that support the UK Trade Tariff Service

Rationale

These modules were originally contained within the trade-tariff-platform repository however in order to pin them we've moved them to their own repository. As we only currently have only a few modules, putting them into a single repository felt like an easier option rather than making them seperate and pinning them seperately although if we get more modules we should split them out.

Requirements

  • Terraform

Usage

Cloudfront

module "example_cloudfront" {
}

ACM

module "example_acm" {

}