Skip to content

Commit 8c1720c

Browse files
authored
fix: Update documentation to remove prior notice and deprecated workflow (#9)
1 parent 6506401 commit 8c1720c

File tree

6 files changed

+5
-53
lines changed

6 files changed

+5
-53
lines changed

.github/workflows/semantic-releaser.yml

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

README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
# AWS RDS Proxy 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/rds-proxy/aws"
9-
+ source = "terraform-aws-modules/rds-proxy/aws"
10-
```
11-
123
Terraform module which creates an AWS RDS Proxy and its supporting resources.
134

145
## Usage
@@ -169,4 +160,4 @@ No modules.
169160

170161
## License
171162

172-
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/tree/master/LICENSE).
163+
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/blob/master/LICENSE).

examples/mysql_iam_cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ No inputs.
8787
| <a name="output_proxy_target_type"></a> [proxy\_target\_type](#output\_proxy\_target\_type) | Type of target. e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER` |
8888
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
8989

90-
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/tree/master/LICENSE).
90+
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/blob/master/LICENSE).

examples/mysql_iam_instance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ No inputs.
8686
| <a name="output_proxy_target_type"></a> [proxy\_target\_type](#output\_proxy\_target\_type) | Type of target. e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER` |
8787
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
8888

89-
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/tree/master/LICENSE).
89+
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/blob/master/LICENSE).

examples/postgresql_iam_cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ No inputs.
8787
| <a name="output_proxy_target_type"></a> [proxy\_target\_type](#output\_proxy\_target\_type) | Type of target. e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER` |
8888
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
8989

90-
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/tree/master/LICENSE).
90+
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/blob/master/LICENSE).

examples/postgresql_iam_instance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ No inputs.
8686
| <a name="output_proxy_target_type"></a> [proxy\_target\_type](#output\_proxy\_target\_type) | Type of target. e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER` |
8787
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
8888

89-
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/tree/master/LICENSE).
89+
Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/blob/master/LICENSE).

0 commit comments

Comments
 (0)