Skip to content

Commit fff7f12

Browse files
committed
Removing unused variable
1 parent bcae630 commit fff7f12

File tree

1 file changed

+0
-2
lines changed
  • modules/vm-workload-scanning

1 file changed

+0
-2
lines changed

modules/vm-workload-scanning/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ data "sysdig_secure_trusted_cloud_identity" "trusted_identity" {
1414
cloud_provider = "gcp"
1515
}
1616

17-
data "sysdig_secure_tenant_external_id" "external_id" {}
18-
1917
resource "google_service_account" "controller" {
2018
project = var.project_id
2119
account_id = "sysdig-ws-${local.suffix}"

0 commit comments

Comments
 (0)