File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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+ }
Original file line number Diff line number Diff line change @@ -107,9 +107,4 @@ output "excluded_subscriptions" {
107107output "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}
You can’t perform that action at this time.
0 commit comments