Skip to content

Commit ad699bb

Browse files
committed
Merge branch 'hotfix/fix-relative-links'
2 parents e46d4bc + 0cf6615 commit ad699bb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
44
[![Github Actions](https://github.com/jdpleiness/terraform-aws-imputation-server/workflows/Terraform/badge.svg)](https://github.com/jdpleiness/terraform-aws-imputation-server/actions?workflow=Terraform)
55
![Terraform Version](https://img.shields.io/badge/tf-%3E%3D1.0.0-blue.svg)
66

7-
This repo contains a set of modules in the [modules folder](/modules) for deploying an [Imputation Server](https://github.com/genepi/imputationserver) on AWS using [Terraform](https://www.terraform.io/).
7+
This repo contains a set of modules in the [modules folder](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules) for deploying an [Imputation Server](https://github.com/genepi/imputationserver) on AWS using [Terraform](https://www.terraform.io/).
88

99
Imputation Server is web-based service for imputation that facilitates access to new reference panels and greatly improves user experience and productivity.
1010

1111
This Module includes:
12-
* [imputation-server](/modules/imputation-server): This module can be used to set up an imputation server.
13-
* [imputation-lb](/modules/imputation-lb): This module can be used to set up an AWS Application Load Balancer front-end for the imputation server.
14-
* [imputation-iam](/modules/imputation-iam): This module can be used to set up the proper AWS IAM permissions needed for the imputation server.
15-
* [imputation-security-group-rules](/modules/imputation-security-group-rules): This module can be used to set up the proper security groups needed.
12+
* [imputation-server](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules/imputation-server): This module can be used to set up an imputation server.
13+
* [imputation-lb](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules/imputation-lb): This module can be used to set up an AWS Application Load Balancer front-end for the imputation server.
14+
* [imputation-iam](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules/imputation-iam): This module can be used to set up the proper AWS IAM permissions needed for the imputation server.
15+
* [imputation-security-group-rules](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules/imputation-security-group-rules): This module can be used to set up the proper security groups needed.
1616

1717
## How do you use this Module?
1818

1919
This repo has the following structure:
20-
* [modules](/modules): This folder contains several standalone and reusable modules that you can use to deploy an imputation server.
21-
* [test](/test): Automated tests for the modules. These are currently a work-in-progress.
22-
* [root folder](): The root folder is *an example* of how to use the [imputation-server](/modules/imputation-server) module to deploy an imputation server in AWS.
20+
* [modules](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules): This folder contains several standalone and reusable modules that you can use to deploy an imputation server.
21+
* [test](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/test): Automated tests for the modules. These are currently a work-in-progress.
22+
* [root folder](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master): The root folder is *an example* of how to use the [imputation-server](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules/imputation-server) module to deploy an imputation server in AWS.
2323
The Terraform Registry requires the root of every repo to contain Terraform codes, so we've put an example there. This is great for learning
24-
and experimenting, but for production use, please use the underlying modules in the [modules folder](/modules) directly and with your own environment
24+
and experimenting, but for production use, please use the underlying modules in the [modules folder](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/modules) directly and with your own environment
2525
and needs in mind.
2626

2727
## What's a Module?
@@ -41,4 +41,4 @@ This project is maintained by [Jacob Pleiness](https://github.com/jdpleiness).
4141
[![@jacobpleiness](https://img.shields.io/twitter/follow/jacobpleiness?label=Follow%20%40jacobpleiness%20on%20Twitter&style=social)](https://twitter.com/jacobpleiness)
4242

4343
## License
44-
This code is released under the Apache 2.0 License. Please see [LICENSE](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/LICENSE) for more details.
44+
This code is released under the Apache 2.0 License. Please see [LICENSE](https://github.com/jdpleiness/terraform-aws-imputation-server/tree/master/LICENSE) for more details.

modules/imputation-server/variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ variable "emr_iam_role_tags" {
159159
}
160160

161161
variable "emr_release_label" {
162-
description = "EMR release to use when creating cluser"
162+
description = "EMR release to use when creating cluster"
163163
default = "emr-5.28.0"
164164
type = string
165165
}

0 commit comments

Comments
 (0)