diff --git a/.github/workflows/semantic-releaser.yml b/.github/workflows/semantic-releaser.yml deleted file mode 100644 index 994b434..0000000 --- a/.github/workflows/semantic-releaser.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: release - -on: - workflow_dispatch: - push: - branches: - - main - paths: - - '**.tf' - - '**.tmpl' - - '!examples/**.tf' - - '.github/workflows/semantic-releaser.yml' - -jobs: - release: - name: release - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - persist-credentials: false - - - name: Setup Node.js - uses: actions/setup-node@v2 - with: - node-version: 16 - - - name: Release - uses: cycjimmy/semantic-release-action@v2 - with: - semantic_version: 18.0.0 - extra_plugins: | - @semantic-release/changelog@6.0.0 - @semantic-release/git@10.0.0 - conventional-changelog-conventionalcommits@4.6.3 - env: - GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE }} diff --git a/README.md b/README.md index 554419a..128a454 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,5 @@ # AWS RDS Proxy Terraform module -## ⚠️ Module has moved to `terraform-aws-modules` - -This module has moved to the terraform-aws-modules organization. Users will need to update their module source: - -```diff -- source = "clowdhaus/rds-proxy/aws" -+ source = "terraform-aws-modules/rds-proxy/aws" -``` - Terraform module which creates an AWS RDS Proxy and its supporting resources. ## Usage @@ -169,4 +160,4 @@ No modules. ## License -Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/tree/master/LICENSE). +Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/blob/master/LICENSE). diff --git a/examples/mysql_iam_cluster/README.md b/examples/mysql_iam_cluster/README.md index c33cff9..de5ff55 100644 --- a/examples/mysql_iam_cluster/README.md +++ b/examples/mysql_iam_cluster/README.md @@ -87,4 +87,4 @@ No inputs. | [proxy\_target\_type](#output\_proxy\_target\_type) | Type of target. e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER` | -Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/tree/master/LICENSE). +Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/blob/master/LICENSE). diff --git a/examples/mysql_iam_instance/README.md b/examples/mysql_iam_instance/README.md index 82697df..f687d36 100644 --- a/examples/mysql_iam_instance/README.md +++ b/examples/mysql_iam_instance/README.md @@ -86,4 +86,4 @@ No inputs. | [proxy\_target\_type](#output\_proxy\_target\_type) | Type of target. e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER` | -Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/tree/master/LICENSE). +Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/blob/master/LICENSE). diff --git a/examples/postgresql_iam_cluster/README.md b/examples/postgresql_iam_cluster/README.md index 8849b39..7267e8b 100644 --- a/examples/postgresql_iam_cluster/README.md +++ b/examples/postgresql_iam_cluster/README.md @@ -87,4 +87,4 @@ No inputs. | [proxy\_target\_type](#output\_proxy\_target\_type) | Type of target. e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER` | -Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/tree/master/LICENSE). +Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/blob/master/LICENSE). diff --git a/examples/postgresql_iam_instance/README.md b/examples/postgresql_iam_instance/README.md index 5c88915..5535014 100644 --- a/examples/postgresql_iam_instance/README.md +++ b/examples/postgresql_iam_instance/README.md @@ -86,4 +86,4 @@ No inputs. | [proxy\_target\_type](#output\_proxy\_target\_type) | Type of target. e.g. `RDS_INSTANCE` or `TRACKED_CLUSTER` | -Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/tree/master/LICENSE). +Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-rds-proxy/blob/master/LICENSE).