Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 5.82 KB

File metadata and controls

68 lines (44 loc) · 5.82 KB

Modernisation Platform Terraform Module Template

Standards Icon Format Code Icon Scorecards Icon SCA Icon Terraform SCA Icon

Usage

module "template" {

  source = "github.com/ministryofjustice/modernisation-platform-terraform-module-template"

  tags             = local.tags
  application_name = local.application_name

}

Looking for issues?

If you're looking to raise an issue with this module, please create a new issue in the Modernisation Platform repository.

Requirements

Name Version
terraform >= 1.0.1
aws ~> 5.0

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

Name Description Type Default Required
application_name Name of application string n/a yes
tags Common tags to be used by all resources map(string) n/a yes

Outputs

No outputs.