From 48ea19d389c2c94d6a73c2d721aa10f3c4afc2ac Mon Sep 17 00:00:00 2001 From: Roy D Ashley Jr Date: Thu, 27 May 2021 16:00:20 -0400 Subject: [PATCH] Update README.md --- rds-mysql/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rds-mysql/README.md b/rds-mysql/README.md index 9cc7a1d..80b54bd 100644 --- a/rds-mysql/README.md +++ b/rds-mysql/README.md @@ -1,18 +1,18 @@ -# About rds-postgres +# About rds-mysql -This describes how to use the aws-common-security-groups submodule for rds-postgres. +This describes how to use the aws-common-security-groups submodule for rds-mysql. Default and auxilliary ports are included in this. They are opened to everything. ## Usage ```hcl -module "postgres" { - source = "git@github.e.it.census.gov:terraform-modules/aws-common-security-groups.git//rds-postgres" +module "mysql" { + source = "git@github.e.it.census.gov:terraform-modules/aws-common-security-groups.git//rds-mysql" vpc_id = var.vpc_id ## optional - # name = "m-postgres-db" + # name = "m-mysql-db" ## tags for Name, CostAllocation, and Environment are pre-set, but they can be overriden # tags = { } @@ -48,14 +48,14 @@ No modules. | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| -| [description](#input\_description) | Security Group Description | `string` | `"RDS PostgreSQL Security Group"` | no | +| [description](#input\_description) | Security Group Description | `string` | `"RDS MySQL Security Group"` | no | | [egress\_networks](#input\_egress\_networks) | List of egress networks (all ports) | `list(string)` |
[
"0.0.0.0/0"
]
| no | | [egress\_security\_groups](#input\_egress\_security\_groups) | List of egress security groups (all ports) | `list(string)` | `[]` | no | | [enable\_self](#input\_enable\_self) | Enable\|Disable self full access | `bool` | `false` | no | | [ingress\_networks](#input\_ingress\_networks) | List of ingress networks for external access (not all ports) | `list(string)` |
[
"0.0.0.0/0"
]
| no | | [ingress\_security\_groups](#input\_ingress\_security\_groups) | List of ingress security groups for all ports | `list(string)` | `[]` | no | -| [name](#input\_name) | Security Group Name | `string` | `"m-postgres-db"` | no | -| [short\_description](#input\_short\_description) | Security Group Short Description | `string` | `"PostgreSQL"` | no | +| [name](#input\_name) | Security Group Name | `string` | `"m-mysql-db"` | no | +| [short\_description](#input\_short\_description) | Security Group Short Description | `string` | `"MySQL"` | no | | [tags](#input\_tags) | Extra security group tags | `map` |
{
"CostAllocation": "csvd:infrastructure",
"Environment": "csvd-infrastructure"
}
| no | | [use\_vpc\_cidr](#input\_use\_vpc\_cidr) | Enable\|Disable use of VPC CIDR block in the ingress\_networks | `bool` | `false` | no | | [vpc\_full\_name](#input\_vpc\_full\_name) | VPC Name | `string` | `""` | no |