Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(README) Update AWS README for module refactor #35

Merged
merged 1 commit into from
Jun 23, 2020

Conversation

scottford-lw
Copy link
Contributor

Re-write of the AWS README to document usage of the new TF modules.

Signed-off-by: Scott Ford [email protected]

@scottford-lw scottford-lw requested a review from afiune June 19, 2020 14:53
@scottford-lw scottford-lw force-pushed the scottford/update-aws-readme branch from 75b0678 to 1a92386 Compare June 19, 2020 14:58
Copy link
Contributor

@afiune afiune left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few changes

tenor-117795353

aws/README.md Outdated
| sns_topic_name | SNS topic name. Can be used when generating a new resource or when using an existing resource. | `string` | "" | no |
| sqs_queue_name | SQS queue name. Can be used when generating a new resource or when using an existing resource. | `string` | "" | no |
| use_existing_cloudtrail | Set this to true to use an existing cloudtrail | `bool` | `false` | no |
| use_existing_iam_role | Set this to true to use an existing IAM role | `bool` | `false` | no |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would make sure to explain here that, if a user sets this to true, they must provide the iam_role_name and iam_role_external_id.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@afiune 👍

aws/README.md Outdated
| prefix | The prefix that will be use at the beginning of every generated resource | `string` | lacework-ct | no |
| sns_topic_name | SNS topic name. Can be used when generating a new resource or when using an existing resource. | `string` | "" | no |
| sqs_queue_name | SQS queue name. Can be used when generating a new resource or when using an existing resource. | `string` | "" | no |
| use_existing_cloudtrail | Set this to true to use an existing cloudtrail | `bool` | `false` | no |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would make sure to explain here that, if a user sets this to true, they must provide the bucket_name and sns_topic_name.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@afiune 👍

@scottford-lw scottford-lw force-pushed the scottford/update-aws-readme branch from d62b998 to 2ee46de Compare June 22, 2020 16:47
Copy link
Contributor

@afiune afiune left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more little change but after that, merge it!

aws/README.md Outdated
| iam_role_external_id | External ID for IAM Role | `string` | "" | no |
| iam_role_name | The IAM role name | `string` | "lacework_iam_role" | no |
| lacework_account_id | The Lacework AWS account that the IAM role will grant access | `string` | 434813966438 | no |
| lacework_integration_name | The name of the integration in Lacework | `string` | TF config | no |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One last thing; This variable is available for both modules, it is the name of the integration for config and cloudtrail, they both have defaults.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 💯

@scottford-lw scottford-lw force-pushed the scottford/update-aws-readme branch from 8b201d3 to 622b809 Compare June 23, 2020 15:11
@scottford-lw scottford-lw merged commit 8c086d0 into master Jun 23, 2020
@scottford-lw scottford-lw deleted the scottford/update-aws-readme branch June 23, 2020 15:13
@afiune afiune mentioned this pull request Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants