|
1 | 1 | # AWS Batch Terraform module |
2 | 2 |
|
3 | | -## ⚠️ Module has moved to `terraform-aws-modules` |
4 | | - |
5 | | -This module has moved to the terraform-aws-modules organization. Users will need to update their module source: |
6 | | - |
7 | | -```diff |
8 | | -- source = "clowdhaus/batch/aws" |
9 | | -+ source = "terraform-aws-modules/batch/aws" |
10 | | -``` |
11 | | - |
12 | 3 | Terraform module which creates AWS Batch resources. |
13 | 4 |
|
14 | 5 | ## Usage |
15 | 6 |
|
16 | | -See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-batch/tree/main/examples) directory for working examples to reference: |
| 7 | +See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-batch/tree/master/examples) directory for working examples to reference: |
17 | 8 |
|
18 | 9 | ```hcl |
19 | 10 | module "batch" { |
@@ -160,10 +151,10 @@ module "batch" { |
160 | 151 |
|
161 | 152 | ## Examples |
162 | 153 |
|
163 | | -Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-batch/tree/main/examples) are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you! |
| 154 | +Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-batch/tree/master/examples) are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you! |
164 | 155 |
|
165 | | -- [EC2](https://github.com/terraform-aws-modules/terraform-aws-batch/tree/main/examples/ec2) |
166 | | -- [Fargate](https://github.com/terraform-aws-modules/terraform-aws-batch/tree/main/examples/fargate) |
| 156 | +- [EC2](https://github.com/terraform-aws-modules/terraform-aws-batch/tree/master/examples/ec2) |
| 157 | +- [Fargate](https://github.com/terraform-aws-modules/terraform-aws-batch/tree/master/examples/fargate) |
167 | 158 |
|
168 | 159 | <!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --> |
169 | 160 | ## Requirements |
@@ -263,4 +254,4 @@ No modules. |
263 | 254 |
|
264 | 255 | ## License |
265 | 256 |
|
266 | | -Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-batch/blob/main/LICENSE). |
| 257 | +Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-batch/blob/master/LICENSE). |
0 commit comments