Skip to content

Commit 0240a55

Browse files
authored
fix: Update documentation to remove prior notice and deprecated workflow (#1)
1 parent 1523f9c commit 0240a55

File tree

5 files changed

+9
-57
lines changed

5 files changed

+9
-57
lines changed

.github/workflows/semantic-releaser.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
# AWS Batch Terraform module
22

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-
123
Terraform module which creates AWS Batch resources.
134

145
## Usage
156

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:
178

189
```hcl
1910
module "batch" {
@@ -160,10 +151,10 @@ module "batch" {
160151

161152
## Examples
162153

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!
164155

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)
167158

168159
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
169160
## Requirements
@@ -263,4 +254,4 @@ No modules.
263254

264255
## License
265256

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).

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Terraform AWS Batch Examples
22

3-
- [EC2](https://github.com/terraform-aws-modules/terraform-aws-batch/tree/main/examples/ec2)
4-
- [Fargate](https://github.com/terraform-aws-modules/terraform-aws-batch/tree/main/examples/fargate)
3+
- [EC2](https://github.com/terraform-aws-modules/terraform-aws-batch/tree/master/examples/ec2)
4+
- [Fargate](https://github.com/terraform-aws-modules/terraform-aws-batch/tree/master/examples/fargate)

examples/ec2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ No inputs.
7777
| <a name="output_spot_fleet_iam_role_unique_id"></a> [spot\_fleet\_iam\_role\_unique\_id](#output\_spot\_fleet\_iam\_role\_unique\_id) | Stable and unique string identifying the IAM role |
7878
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
7979

80-
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-batch/blob/main/LICENSE).
80+
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-batch/blob/master/LICENSE).

examples/fargate/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ No inputs.
7979
| <a name="output_spot_fleet_iam_role_unique_id"></a> [spot\_fleet\_iam\_role\_unique\_id](#output\_spot\_fleet\_iam\_role\_unique\_id) | Stable and unique string identifying the IAM role |
8080
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
8181

82-
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-batch/blob/main/LICENSE).
82+
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-batch/blob/master/LICENSE).

0 commit comments

Comments
 (0)