Skip to content

Levetty/terraform-google-cloudbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}