Awesome
Modernisation Platform Terraform Module Template
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
Name | Version |
---|---|
<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
Name | Description | Type | Default | Required |
---|---|---|---|---|
<a name="input_application_name"></a> application_name | Name of application | string | n/a | yes |
<a name="input_tags"></a> tags | Common tags to be used by all resources | map(string) | n/a | yes |
Outputs
No outputs.
<!-- END_TF_DOCS -->