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 5b9d8b1..318f075 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,10 @@ # AWS MemoryDB 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/memory-db/aws" -+ source = "terraform-aws-modules/memory-db/aws" -``` - Terraform module which creates AWS MemoryDB resources. ## Usage -See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/main/examples) directory for working examples to reference: +See [`examples`](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples) directory for working examples to reference: ```hcl module "memory_db" { @@ -117,9 +108,9 @@ module "memory_db" { ## Examples -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! +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! -- [Complete](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/main/examples/complete) +- [Complete](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples/complete) ## Requirements @@ -218,4 +209,4 @@ No modules. ## License -Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-memory-db/blob/main/LICENSE). +Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-memory-db/blob/master/LICENSE). diff --git a/examples/README.md b/examples/README.md index e7b2441..4dab47b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,3 +1,3 @@ # Terraform AWS MemoryDB examples -- [Complete](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/main/examples/complete) +- [Complete](https://github.com/terraform-aws-modules/terraform-aws-memory-db/tree/master/examples/complete) diff --git a/examples/complete/README.md b/examples/complete/README.md index 3cbc3a9..9cb78a1 100644 --- a/examples/complete/README.md +++ b/examples/complete/README.md @@ -77,4 +77,4 @@ No inputs. | [users](#output\_users) | Map of attributes for the users created | -Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-memory-db/blob/main/LICENSE). +Apache-2.0 Licensed. See [LICENSE](https://github.com/terraform-aws-modules/terraform-aws-memory-db/blob/master/LICENSE).