Skip to content

Commit 778d6f9

Browse files
chore: move output var lw-integration-guid to main.tf
1 parent 50b832f commit 778d6f9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

main.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -643,3 +643,8 @@ data "lacework_metric_module" "lwmetrics" {
643643
name = local.module_name
644644
version = local.module_version
645645
}
646+
647+
output "lacework_integration_guid" {
648+
value = lacework_integration_azure_agentless_scanning.lacework_cloud_account[0].intg_guid
649+
description = "GUID of the created Lacework integration"
650+
}

output.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,4 @@ output "excluded_subscriptions" {
107107
output "scanning_subscription_id" {
108108
value = data.azurerm_subscription.current.subscription_id
109109
description = "The subscription ID where scanning resources are deployed"
110-
}
111-
112-
output "lacework_integration_guid" {
113-
value = lacework_integration_azure_agentless_scanning.lacework_cloud_account[0].intg_guid
114-
description = "GUID of the created Lacework integration"
115110
}

0 commit comments

Comments
 (0)