Skip to content

Commit efa584b

Browse files
authored
fix: Update documentation to remove prior notice and deprecated workflow (#1)
1 parent 93d1e0a commit efa584b

File tree

4 files changed

+6
-54
lines changed

4 files changed

+6
-54
lines changed

Diff for: .github/workflows/semantic-releaser.yml

-39
This file was deleted.

Diff for: README.md

+4-13
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
# AWS MemoryDB 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/memory-db/aws"
9-
+ source = "terraform-aws-modules/memory-db/aws"
10-
```
11-
123
Terraform module which creates AWS MemoryDB resources.
134

145
## Usage
156

16-
See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/main/examples) directory for working examples to reference:
7+
See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples) directory for working examples to reference:
178

189
```hcl
1910
module "memory_db" {
@@ -117,9 +108,9 @@ module "memory_db" {
117108

118109
## Examples
119110

120-
Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-memory-db/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!
111+
Examples codified under the [`examples`](https://github.com/terraform-aws-modules/terraform-aws-memory-db/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!
121112

122-
- [Complete](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/main/examples/complete)
113+
- [Complete](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples/complete)
123114

124115
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
125116
## Requirements
@@ -218,4 +209,4 @@ No modules.
218209

219210
## License
220211

221-
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-memory-db/blob/main/LICENSE).
212+
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-memory-db/blob/master/LICENSE).

Diff for: examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Terraform AWS MemoryDB examples
22

3-
- [Complete](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/main/examples/complete)
3+
- [Complete](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples/complete)

Diff for: examples/complete/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ No inputs.
7777
| <a name="output_users"></a> [users](#output\_users) | Map of attributes for the users created |
7878
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
7979

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

0 commit comments

Comments
 (0)