Skip to content

Instantly share code, notes, and snippets.

@Jojoooo1
Last active October 31, 2023 20:45
Show Gist options
  • Save Jojoooo1/ff6d1962078f521a94961633227840f5 to your computer and use it in GitHub Desktop.
Save Jojoooo1/ff6d1962078f521a94961633227840f5 to your computer and use it in GitHub Desktop.
OAuth project
module "commons_oauth_project" {
source = "terraform-google-modules/project-factory/google"
version = "14.4"
random_project_id = true
random_project_id_length = 4
name = "commons-oauth"
org_id = var.org_id
billing_account = var.billing_id
folder_id = var.commons_folder_id
disable_services_on_destroy = false
activate_apis = []
labels = local.common_labels
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment