Skip to content

Commit 5d9681a

Browse files
committed
Fmt-fix
1 parent 40ba206 commit 5d9681a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

modules/vm-workload-scanning/organizational.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

modules/vm-workload-scanning/variables.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ variable "project_id" {
44
}
55

66
variable "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

1212
variable "organization_domain" {
1313
type = string
1414
description = "(Optional) Organization domain. e.g. sysdig.com"
15-
default = ""
15+
default = false
1616
}
1717

1818
# optionals

0 commit comments

Comments
 (0)