File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
modules/vm-workload-scanning Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ resource "google_organization_iam_member" "controller" {
2727 " storage.objects.list" ,
2828
2929 # workload identity federation
30- " iam.serviceAccounts.getAccessToken" ]) : []
30+ " iam.serviceAccounts.getAccessToken" ]) : []
3131
3232 org_id = data. google_organization . org [0 ]. org_id
3333 role = each. key
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ variable "project_id" {
44}
55
66variable "is_organizational" {
7- type = bool
8- description = " Set this field to 'true' to deploy workload scanning to a GCP Organization."
9- default = false
7+ type = bool
8+ description = " Set this field to 'true' to deploy workload scanning to a GCP Organization."
9+ default = false
1010}
1111
1212variable "organization_domain" {
1313 type = string
1414 description = " (Optional) Organization domain. e.g. sysdig.com"
15- default = " "
15+ default = false
1616}
1717
1818# optionals
You can’t perform that action at this time.
0 commit comments