Home

Awesome

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

}

<!--- BEGIN_TF_DOCS ---> <!--- END_TF_DOCS --->

Looking for issues?

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

<!-- BEGIN_TF_DOCS -->

Requirements

NameVersion
<a name="requirement_terraform"></a> terraform>= 1.0.1
<a name="requirement_aws"></a> aws~> 5.0

Providers

No providers.

Modules

No modules.

Resources

No resources.

Inputs

NameDescriptionTypeDefaultRequired
<a name="input_application_name"></a> application_nameName of applicationstringn/ayes
<a name="input_tags"></a> tagsCommon tags to be used by all resourcesmap(string)n/ayes

Outputs

No outputs.

<!-- END_TF_DOCS -->