/trade-tariff-platform-terraform-modules

Terraform Modules for Trade Tariff Platform

Primary LanguageHCLMIT LicenseMIT

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

}