Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 416 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 416 Bytes

terraform-google-cloudbase

Terraform module for Cloudbase on GCP.

Usage

module "cloudbase" {
  source  = "Levetty/cloudbase/google"
  version = "0.6.1"

  project_id = "xxx" # required

  enable_all_apis = true # optional: if true, terraform will enable all apis for scanning

  cloudbase_role_permissions = [
  ] # optional: if you want to custom role permissions, you can specify by this variable
}