Skip to content

Terraform Modules for Trade Tariff Platform

License

Notifications You must be signed in to change notification settings

trade-tariff/trade-tariff-platform-terraform-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

}