From bea5e6a4793baaf4c0ec811d89551662ecdf8769 Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 24 Feb 2021 11:41:32 -0500 Subject: [PATCH] fix description --- iam-saml/README.md | 2 +- s3-access-logs/README.md | 2 +- s3-flow-logs/README.md | 2 +- terraform-state/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iam-saml/README.md b/iam-saml/README.md index 40e5d9a..502f5ae 100644 --- a/iam-saml/README.md +++ b/iam-saml/README.md @@ -60,7 +60,7 @@ No Modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| account\_alias | AWS Account Alias (required) | `string` | `""` | no | +| account\_alias | AWS Account Alias | `string` | `""` | no | | account\_id | AWS Account ID (default will pull from current user) | `string` | `""` | no | | component\_tags | Additional tags for Components (s3, kms, ddb) | `map(map(string))` |
{
"ddb": {},
"kms": {},
"s3": {}
}
| no | | override\_prefixes | Override built-in prefixes by component (efs, s3, ebs, kms, role, policy, security-group). This should be used primarily for common infrastructure things | `map(string)` | `{}` | no | diff --git a/s3-access-logs/README.md b/s3-access-logs/README.md index 9093aba..ee27afb 100644 --- a/s3-access-logs/README.md +++ b/s3-access-logs/README.md @@ -69,7 +69,7 @@ No Modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| account\_alias | AWS Account Alias (required) | `string` | `""` | no | +| account\_alias | AWS Account Alias | `string` | `""` | no | | account\_id | AWS Account ID (default will pull from current user) | `string` | `""` | no | | bucket\_name | Logging S3 bucket name | `string` | `""` | no | | bucket\_name\_prefix | Logging S3 bucket prefix, prepended to the AWS account ID and region to make the bucket name. | `string` | `"inf-logs"` | no | diff --git a/s3-flow-logs/README.md b/s3-flow-logs/README.md index a5ebd76..f535a2d 100644 --- a/s3-flow-logs/README.md +++ b/s3-flow-logs/README.md @@ -68,7 +68,7 @@ No Modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| account\_alias | AWS Account Alias (required) | `string` | `""` | no | +| account\_alias | AWS Account Alias | `string` | `""` | no | | account\_id | AWS Account ID (default will pull from current user) | `string` | `""` | no | | bucket\_name | VPC Flow Logs S3 bucket name | `string` | `""` | no | | bucket\_name\_prefix | VPC Flow Logs S3 bucket prefix, prepended to the AWS account ID to make the bucket name. | `string` | `"inf-flowlogs"` | no | diff --git a/terraform-state/README.md b/terraform-state/README.md index cb1c685..6b86e6b 100644 --- a/terraform-state/README.md +++ b/terraform-state/README.md @@ -80,7 +80,7 @@ No Modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| account\_alias | AWS Account Alias (required) | `string` | n/a | yes | +| account\_alias | AWS Account Alias | `string` | `""` | no | | account\_id | AWS Account ID (default will pull from current user) | `string` | `""` | no | | component\_tags | Additional tags for Components (s3, kms, ddb) | `map(map(string))` |
{
"ddb": {},
"kms": {},
"s3": {}
}
| no | | kms\_tfstate\_key | Terraform remote state KMS key alias | `string` | `"k-kms-inf-tfstate"` | no |