Skip to content

Commit 3528a58

Browse files
committed
Update Avocano version, generate_docs
1 parent 3fbdd5e commit 3528a58

File tree

5 files changed

+8
-21
lines changed

5 files changed

+8
-21
lines changed

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,30 +42,13 @@ Functional examples are included in the
4242
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
4343
## Inputs
4444

45-
| Name | Description | Type | Default | Required |
46-
|------|-------------|------|---------|:--------:|
47-
| client\_image\_host | Container Registry that hosts the client image (PROJECT\_ID[/folder]) | `string` | `"hsa-public/terraform-python-dynamic-webapp"` | no |
48-
| database\_name | Cloud SQL database name | `string` | `"django"` | no |
49-
| database\_username | Cloud SQL database name | `string` | `"server"` | no |
50-
| image\_version | Version of the Container Registry image to use | `string` | `"v1.1.1"` | no |
51-
| init | Initialize database? | `bool` | `true` | no |
52-
| instance\_name | Cloud SQL Instance name | `string` | `"psql"` | no |
53-
| labels | A set of key/value label pairs to assign to the resources deployed by this blueprint. | `map(string)` | `{}` | no |
54-
| project\_id | Google Cloud Project ID | `string` | n/a | yes |
55-
| random\_suffix | Add random suffix to VM name | `string` | `true` | no |
56-
| region | Google Cloud Region | `string` | `"us-central1"` | no |
57-
| server\_image\_host | Container Registry that hosts the server image (PROJECT\_ID[/folder]) | `string` | `"hsa-public/terraform-python-dynamic-webapp"` | no |
58-
| service\_name | Cloud Run service name | `string` | `"server"` | no |
59-
| zone | GCP zone for provisioning zonal resources. | `string` | `"us-central1-c"` | no |
45+
No input.
6046

6147
## Outputs
6248

6349
| Name | Description |
6450
|------|-------------|
65-
| django\_admin\_password | Djando Admin password |
66-
| django\_admin\_url | Djando Admin URL |
6751
| firebase\_url | Firebase URL |
68-
| usage | Next steps for usage |
6952

7053
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
7154

infra/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Functional examples are included in the
4747
| client\_image\_host | Container Registry that hosts the client image (PROJECT\_ID[/folder]) | `string` | `"hsa-public/terraform-python-dynamic-webapp"` | no |
4848
| database\_name | Cloud SQL database name | `string` | `"django"` | no |
4949
| database\_username | Cloud SQL database name | `string` | `"server"` | no |
50-
| image\_version | Version of the Container Registry image to use | `string` | `"v1.7.0"` | no |
50+
| image\_version | Version of the Container Registry image to use | `string` | `"v1.8.1"` | no |
5151
| init | Initialize database? | `bool` | `true` | no |
5252
| instance\_name | Cloud SQL Instance name | `string` | `"psql"` | no |
5353
| labels | A set of key/value label pairs to assign to the resources deployed by this blueprint. | `map(string)` | `{}` | no |

infra/metadata.display.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,15 @@ apiVersion: blueprints.cloud.google.com/v1alpha1
1616
kind: BlueprintMetadata
1717
metadata:
1818
name: terraform-dynamic-python-webapp-display
19+
annotations:
20+
config.kubernetes.io/local-config: "true"
1921
spec:
2022
info:
2123
title: terraform-dynamic-python-webapp
2224
source:
2325
repo: https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp
2426
sourceType: git
27+
dir: /infra
2528
ui:
2629
input:
2730
variables:

infra/metadata.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ spec:
2424
source:
2525
repo: https://github.com/GoogleCloudPlatform/terraform-dynamic-python-webapp
2626
sourceType: git
27+
dir: /infra
2728
actuationTool:
2829
flavor: Terraform
2930
version: '>= 0.13'
@@ -64,7 +65,7 @@ spec:
6465
- name: image_version
6566
description: Version of the Container Registry image to use
6667
varType: string
67-
defaultValue: v1.7.0
68+
defaultValue: v1.8.1
6869
- name: init
6970
description: Initialize database?
7071
varType: bool

infra/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ variable "init" {
5555

5656
variable "image_version" {
5757
type = string
58-
default = "v1.7.0"
58+
default = "v1.8.1"
5959
description = "Version of the Container Registry image to use"
6060
}
6161

0 commit comments

Comments
 (0)