File tree Expand file tree Collapse file tree 4 files changed +6
-39
lines changed Expand file tree Collapse file tree 4 files changed +6
-39
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,10 @@ module "kms" {
28
28
module "cai_monitoring" {
29
29
source = " ../../modules/cai-monitoring"
30
30
31
- org_id = local. org_id
32
- billing_account = local. billing_account
33
- project_id = module. scc_notifications . project_id
34
- location = local. default_region
35
- enable_cmek = true
36
- encryption_key = module. kms . keys [" key-cai-monitoring" ]
37
- impersonate_sa_email = local. org_step_terraform_service_account_email
31
+ org_id = local. org_id
32
+ billing_account = local. billing_account
33
+ project_id = module. scc_notifications . project_id
34
+ location = local. default_region
35
+ enable_cmek = true
36
+ encryption_key = module. kms . keys [" key-cai-monitoring" ]
38
37
}
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ module "secure_cai_notification" {
13
13
region = <REGION>
14
14
encryption_key = <CMEK KEY>
15
15
labels = <LABELS>
16
- impersonate_sa_email = <SA TO IMPERSONATE>
17
16
roles_to_monitor = <ROLES TO MONITOR>
18
17
}
19
18
```
@@ -26,7 +25,6 @@ module "secure_cai_notification" {
26
25
| billing\_ account | The ID of the billing account to associate projects with. | ` string ` | n/a | yes |
27
26
| enable\_ cmek | The KMS Key to Encrypt Artifact Registry repository, Cloud Storage Bucket and Pub/Sub. | ` bool ` | ` false ` | no |
28
27
| encryption\_ key | The KMS Key to Encrypt Artifact Registry repository, Cloud Storage Bucket and Pub/Sub. | ` string ` | ` null ` | no |
29
- | impersonate\_ sa\_ email | The Service Account email who will execute terraform code. | ` string ` | n/a | yes |
30
28
| labels | Labels to be assigned to resources. | ` map(any) ` | ` {} ` | no |
31
29
| location | Default location to create resources where applicable. | ` string ` | ` "us-central1" ` | no |
32
30
| org\_ id | GCP Organization ID | ` string ` | n/a | yes |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -53,11 +53,6 @@ variable "labels" {
53
53
default = {}
54
54
}
55
55
56
- variable "impersonate_sa_email" {
57
- description = " The Service Account email who will execute terraform code."
58
- type = string
59
- }
60
-
61
56
variable "roles_to_monitor" {
62
57
description = " List of roles that will save a SCC Finding if granted to any member (service account, user or group) on an update in the IAM Policy."
63
58
type = list (string )
You can’t perform that action at this time.
0 commit comments