Skip to content

Levetty/terraform-google-organization-cloudbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-google-organization-cloudbase

A Terraform module to connect a Google Cloud Organization to Cloudbase.

Usage

module "cloudbase" {
  source  = "Levetty/organization-cloudbase/google"
  version = "0.0.3"

  project_id      = "xxx" # required
  organization_id = "xxx" # required

  # optional: If you are on a CSPM plan rather than a CNAPP plan, please set the following to false.
  enable_cnapp = true

  # optional: if you want to custom role permissions, you can specify by these variables
  # cloudbase_org_role_permissions          = []
  # cloudbase_project_role_permissions_cwpp = []
  # cloudbase_project_role_permissions_cspm = []
}

About

A Terraform module to connect a Google Cloud Organization to Cloudbase

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages