Skip to content

Commit df9b865

Browse files
committed
docs: touch up docs
1 parent 09249ab commit df9b865

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,15 @@ following tools:
3535

3636
```bash
3737
git clone https://github.com/sgtoj/terraform-docker-artifact-packager.git
38+
code terraform-aws-cognito-custom-message-sender
3839
```
3940

40-
2. Open the repository in Visual Studio Code:
41-
42-
```bash
43-
code terraform-docker-artifact-packager
44-
```
45-
46-
3. When prompted to "Reopen in Container", click "Reopen in Container". This
41+
2. When prompted to "Reopen in Container", click "Reopen in Container". This
4742
will start building the Docker image for the development container. If you're
4843
not prompted, you can open the Command Palette (F1 or Ctrl+Shift+P), and run
4944
the "Remote-Containers: Reopen Folder in Container" command.
5045
51-
4. After the development container is built and started, you can use the
46+
3. After the development container is built and started, you can use the
5247
Terminal in Visual Studio Code to interact with the container. All commands
5348
you run in the Terminal will be executed inside the container.
5449

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Terraform Module: AWS Cognito Custom SMS Sender
1+
# Terraform Module: AWS Cognito Custom Message Sender
22

33
This Terraform module deploys a AWS Lambda function to serve as a custom SMS
44
sender for AWS Cognito. The module uses Open Policy Agent (OPA) policies to
@@ -20,7 +20,8 @@ located within its directory.
2020

2121
```hcl
2222
module "cognito_custom_sms_sender" {
23-
source = "sgtoj/cognito-custom-message-sender/aws"
23+
source = "sgtoj/cognito-custom-message-sender/aws"
24+
version = "1.x.x"
2425
2526
sms_sender_enabled = true
2627
sms_sender_policy_content = "<OPA policy content>"
@@ -62,6 +63,6 @@ for more details on these variables.
6263

6364
## Contributing
6465

65-
We welcome contributions to the Terraform AWS Cognito Custom SMS Sender Module!
66-
For information on setting up a development environment and how to make a
67-
contribution, see [CONTRIBUTING.md](./CONTRIBUTING.md).
66+
We welcome contributions to the project! For information on setting up a
67+
development environment and how to make contribution, see [CONTRIBUTING](./CONTRIBUTING.md)
68+
documentation.

0 commit comments

Comments
 (0)