Skip to content

Commit e0a7e5a

Browse files
joshgublerGaryGSC
andauthored
Update README.md
Co-authored-by: Gary Crye <[email protected]>
1 parent 4b6c9d2 commit e0a7e5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ After defining the module you can then retrieve the information you need (see av
5454
| db_subnet_group | [object](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/db_subnet_group) | The database subnet group for RDS in the specified VPC object |
5555
| ssh_rdp_security_group | [object](https://www.terraform.io/docs/providers/aws/d/security_group.html) | The security group to enable SSH/RDP access to resources in the specified VPC object |
5656
| oracle_security_group | [object](https://www.terraform.io/docs/providers/aws/d/security_group.html) | The security group to enable Oracle access to resources in the specified VPC object |
57-
| github_token | string | The token to use in CI/CD pipelines to fetch source code from GitHub (this if only available in certain AWS accounts) |
58-
| humio_dev_token | string | The token to use to ship logs to dev instance of Humio (this if only available in certain AWS accounts) |
59-
| humio_prd_token | string | The token to use to ship logs to prd instance of Humio (this if only available in certain AWS accounts) |
57+
| github_token | string | The token to use in CI/CD pipelines to fetch source code from GitHub (this is only available in certain AWS accounts) |
58+
| humio_dev_token | string | The token to use to ship logs to dev instance of Humio (this is only available in certain AWS accounts) |
59+
| humio_prd_token | string | The token to use to ship logs to prd instance of Humio (this is only available in certain AWS accounts) |
6060

6161
**Note about returning objects**: Because objects are returned (as opposed to just values), autocomplete may not work. Just add on the key to the end out the output accessor. Even though autocomplete won't work, those values will still be correctly returned.

0 commit comments

Comments
 (0)