Terraform module that creates service account with no roles on a Google Cloud Platform Project to be used in conjunction with other Lacework GCP modules.
Name | Version |
---|---|
terraform | >= 0.14 |
>= 4.4.0 | |
lacework | ~> 2.0 |
Name | Version |
---|---|
>= 4.4.0 | |
lacework | ~> 2.0 |
random | n/a |
No modules.
Name | Type |
---|---|
google_service_account.lacework | resource |
google_service_account_key.lacework | resource |
random_id.uniq | resource |
google_project.selected | data source |
lacework_metric_module.lwmetrics | data source |
Name | Description | Type | Default | Required |
---|---|---|---|---|
create | Set to false to prevent the module from creating any resources | bool |
true |
no |
project_id | A project ID different from the default defined inside the provider | string |
"" |
no |
service_account_name | The service account name | string |
"" |
no |
Name | Description |
---|---|
created | Was the Service Account created |
name | The Service Account name |
private_key | The private key in JSON format, base64 encoded |
project_id | The Project ID |