We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503fb19 commit 50231d8Copy full SHA for 50231d8
modules/vm-workload-scanning/main.tf
@@ -90,7 +90,7 @@ resource "google_service_account_iam_member" "controller_binding" {
90
resource "sysdig_secure_cloud_auth_account_component" "google_service_principal" {
91
account_id = var.sysdig_secure_account_id
92
type = "COMPONENT_SERVICE_PRINCIPAL"
93
- instance = "secure-posture"
+ instance = "secure-vm-workload-scanning"
94
version = "v0.1.0"
95
service_principal_metadata = jsonencode({
96
gcp = {
0 commit comments