Skip to content

Commit

Permalink
make docker_generate_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerthatdev committed Jul 25, 2023
1 parent af30641 commit 10850e9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions infra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Functional examples are included in the
|------|-------------|------|---------|:--------:|
| deployment\_name | Identifier for the deployment. Used in some resource names. | `string` | `"dev-journey"` | no |
| enable\_apis | Whether or not to enable underlying apis in this solution. | `bool` | `true` | no |
| init\_firestore | Whether or not to initialize a Firestore instance. | `bool` | `true` | no |
| initial\_run\_image | Initial image to deploy to Cloud Run service. | `string` | `"gcr.io/hsa-public/developer-journey/app"` | no |
| labels | A set of key/value label pairs to assign to the resources deployed by this solution. | `map(string)` | `{}` | no |
| project\_id | The project ID to deploy resources to. | `string` | n/a | yes |
Expand Down
3 changes: 3 additions & 0 deletions infra/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ spec:
enable_apis:
name: enable_apis
title: Enable Apis
init_firestore:
name: init_firestore
title: Init Firestore
initial_run_image:
name: initial_run_image
title: Initial Run Image
Expand Down
4 changes: 4 additions & 0 deletions infra/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ spec:
description: Whether or not to enable underlying apis in this solution.
varType: bool
defaultValue: true
- name: init_firestore
description: Whether or not to initialize a Firestore instance.
varType: bool
defaultValue: true
- name: initial_run_image
description: Initial image to deploy to Cloud Run service.
varType: string
Expand Down

0 comments on commit 10850e9

Please sign in to comment.