You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/minimal/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ No provider.
17
17
| subnet\_ids | List of at least 2 subnets in different AZs for DB subnet group |`list(string)`| n/a | yes |
18
18
| vpc\_id | VPC ID of network. |`string`| n/a | yes |
19
19
| 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 |
0 commit comments