Skip to content

Commit 50231d8

Browse files
committed
Correcting service principal instance name
1 parent 503fb19 commit 50231d8

File tree

1 file changed

+1
-1
lines changed
  • modules/vm-workload-scanning

1 file changed

+1
-1
lines changed

modules/vm-workload-scanning/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ resource "google_service_account_iam_member" "controller_binding" {
9090
resource "sysdig_secure_cloud_auth_account_component" "google_service_principal" {
9191
account_id = var.sysdig_secure_account_id
9292
type = "COMPONENT_SERVICE_PRINCIPAL"
93-
instance = "secure-posture"
93+
instance = "secure-vm-workload-scanning"
9494
version = "v0.1.0"
9595
service_principal_metadata = jsonencode({
9696
gcp = {

0 commit comments

Comments
 (0)