Skip to content

Commit 18e9bd9

Browse files
alexis-caylentfvazquez-caylent
authored andcommitted
CA-10 Update READMEs
1 parent 8932a5b commit 18e9bd9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This terraform module will create:
5454
| subnet\_group\_name | The name of the subnet group to add the RDS instance to | `string` | n/a | yes |
5555
| vpc\_id | VPC ID for the rds security group | `string` | n/a | yes |
5656
| additional\_cidrs | Additional CIDR to connect to RDS Postgres instance | `list(string)` | `[]` | no |
57-
| additional\_tags | Additional tags to set on the RDS instance | `map(string)` | `{}` | no |
57+
| additional\_tags | [DEPRECATED: Use `tags` instead] Additional tags to set on the RDS instance. | `map(string)` | `{}` | no |
5858
| allocated\_storage | Allocate storage | `number` | `20` | no |
5959
| apply\_immediately | Apply immediately, do not set this to true for production | `bool` | `false` | no |
6060
| backup\_retention\_period | Backup retention period in days | `number` | `14` | no |
@@ -72,6 +72,7 @@ This terraform module will create:
7272
| security\_group\_name | Name for the security group for the rds instance | `string` | `"tamr_rds_sg"` | no |
7373
| skip\_final\_snapshot | Skip final snapshot | `bool` | `true` | no |
7474
| storage\_type | Storage type (e.g. gp2, io1) | `string` | `"gp2"` | no |
75+
| tags | A map of tags to add to all resources. Replaces `additional_tags`. | `map(string)` | `{}` | no |
7576
| username | The username for the master DB user. | `string` | `"tamr"` | no |
7677

7778
## Outputs

examples/minimal/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ No provider.
1717
| subnet\_ids | List of at least 2 subnets in different AZs for DB subnet group | `list(string)` | n/a | yes |
1818
| vpc\_id | VPC ID of network. | `string` | n/a | yes |
1919
| egress\_cidr\_blocks | CIDR blocks to attach to security groups for egress | `list(string)` | <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
20+
| tags | A map of tags to add to all resources created by this example. | `map(string)` | <pre>{<br> "Author": "Tamr",<br> "Environment": "Example"<br>}</pre> | no |
2021

2122
## Outputs
2223

0 commit comments

Comments
 (0)