Skip to content

Commit b1fb300

Browse files
committed
docs: update copy related to null-label variables
1 parent 3e89f78 commit b1fb300

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

README.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@ module "cognito_custom_sms_sender" {
3131
}
3232
```
3333

34-
## Requirements
35-
36-
- Terraform 0.13.0 or later
37-
- AWS provider 5.0.0 or later
38-
- Docker installed and running on the machine where Terraform is executed
39-
4034
## Inputs
4135

36+
In addition to the variables documented below, this module includes several
37+
other optional variables (e.g., `name`, `tags`, etc.) provided by the
38+
`cloudposse/label/null` module. Please refer to its [documentation](https://registry.terraform.io/modules/cloudposse/label/null/latest)
39+
for more details on these variables.
40+
4241
| Name | Description | Type | Default | Required |
4342
|-----------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:--------:|:---------:|:--------:|
4443
| `kms_key_alias_prefix` | The prefix for the KMS key alias. It must start with 'alias' and only include alphanumeric characters, dashes, underscores, colons or slashes, but doesn't end with a slash. | `string` | `"alias"` | no |
@@ -49,13 +48,6 @@ module "cognito_custom_sms_sender" {
4948
| `aws_account_id` | The AWS account ID that the module will be deployed in. | `string` | `""` | no |
5049
| `aws_region_name` | The AWS region name where the module will be deployed. | `string` | `""` | no |
5150

52-
### Note
53-
54-
This module uses the `cloudposse/label/null` module for naming and tagging
55-
resources. As such, it also includes a `context.tf` file with additional
56-
optional variables you can set. Refer to the [`cloudposse/label` documentation](https://registry.terraform.io/modules/cloudposse/label/null/latest)
57-
for more details on these variables.
58-
5951
## Outputs
6052

6153
| Name | Description |

0 commit comments

Comments
 (0)