This example illustrates how to create a simple project with App Engine enabled.
It will do the following:
- Create a project
- Active the Google App Engine Admin API on the new project
- Create a new App Engine app
Expected variables:
admin_email
organization_id
billing_account
Name | Description | Type | Default | Required |
---|---|---|---|---|
billing_account | The ID of the billing account to associate this project with | string |
n/a | yes |
folder_id | The ID of a folder to host this project. | string |
"" |
no |
org_id | The organization ID. | string |
n/a | yes |
Name | Description |
---|---|
app_name | Unique name of the app, usually apps/{PROJECT_ID}. |
default_hostname | The default hostname for this app. |
location_id | The location app engine is serving from |
project_id | The project ID where app engine is created |