Skip to content

Commit

Permalink
feat(GROW-2876): add output for lacework integration ID (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Cadorette authored Apr 9, 2024
1 parent a8e026a commit 507274d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Terraform module for configuring an integration with Lacework and AWS for cloud
| <a name="output_external_id"></a> [external\_id](#output\_external\_id) | The External ID configured into the IAM role |
| <a name="output_iam_role_arn"></a> [iam\_role\_arn](#output\_iam\_role\_arn) | The IAM Role ARN |
| <a name="output_iam_role_name"></a> [iam\_role\_name](#output\_iam\_role\_name) | The IAM Role name |
| <a name="output_lacework_integration_guid"></a> [lacework\_integration\_guid](#output\_lacework\_integration\_guid) | The GUID for the created Lacework integration |
<!-- END_TF_DOCS -->

## Lacework Audit Policy
Expand Down
5 changes: 5 additions & 0 deletions output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ output "iam_role_arn" {
value = local.iam_role_arn
description = "The IAM Role ARN"
}

output "lacework_integration_guid" {
description = "The GUID for the created Lacework integration"
value = lacework_integration_aws_cfg.default.intg_guid
}

0 comments on commit 507274d

Please sign in to comment.