Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skynewz/generic-gcp-project

Terraform code to create a generic GCP project for personal usage
https://github.com/skynewz/generic-gcp-project

gcp terraform

Last synced: 4 days ago
JSON representation

Terraform code to create a generic GCP project for personal usage

Awesome Lists containing this project

README

        

# generic-gcp-project

## Variables

NameDescriptionTypeDefault Required

folder_name
Folder name to place project into

`string`

n/a

yes

project_id
Project id to create with

`string`

n/a

yes

project_name
Project name to create with

`string`

n/a

yes

billing_account

`string`

`"01A0CE-A063FD-A3938F"`

no

enable_app_engine
Enable AppEngine ?

`bool`

`true`

no

organization_id
GCP organization to place project in

`number`

`648655515396`

no

vcs
VCS which will trigger Cloud Build

`string`

`""`

no

## Outputs

| Name | Description |
| -------------- | ----------- |
| project_id | |
| project_name | |
| project_number | |