-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
75b0678
to
1a92386
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 | |
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
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 | |
There was a problem hiding this comment.
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
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@afiune 👍
d62b998
to
2ee46de
Compare
There was a problem hiding this 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 | |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 💯
Signed-off-by: Scott Ford <[email protected]>
8b201d3
to
622b809
Compare
Re-write of the AWS README to document usage of the new TF modules.
Signed-off-by: Scott Ford [email protected]