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 32d041b commit 63dffdc
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
5 changes: 4 additions & 1 deletion infra/examples/simple_example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ This example illustrates how to use the `dynamic-javascript-webapp` module.

## Outputs

No output.
| Name | Description |
|------|-------------|
| frontend\_url | IP address to site. Load balancer expected to take ~5 minutes for it to warm up. |
| run\_service\_name | The name of the deployed Cloud Run service. |

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

Expand Down
3 changes: 3 additions & 0 deletions infra/metadata.display.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@ apiVersion: blueprints.cloud.google.com/v1alpha1
kind: BlueprintMetadata
metadata:
name: terraform-dynamic-javascript-webapp-display
annotations:
config.kubernetes.io/local-config: "true"
spec:
info:
title: terraform-dynamic-javascript-webapp
source:
repo: https://github.com/GoogleCloudPlatform/terraform-dynamic-javascript-webapp.git
sourceType: git
dir: /infra
ui:
input:
variables:
Expand Down
29 changes: 26 additions & 3 deletions infra/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
source:
repo: https://github.com/GoogleCloudPlatform/terraform-dynamic-javascript-webapp.git
sourceType: git
dir: /infra
version: 0.0.1
actuationTool:
flavor: Terraform
Expand All @@ -34,8 +35,8 @@ spec:
preDeploy: To deploy this blueprint you must have an active billing account and billing permissions.
content:
examples:
- name: deploy_webapp
location: examples/deploy_webapp
- name: simple_example
location: examples/simple_example
interfaces:
variables:
- name: deployment_name
Expand Down Expand Up @@ -73,8 +74,30 @@ spec:
roles:
- level: Project
roles:
- roles/owner
- roles/browser
- roles/cloudasset.viewer
- roles/compute.loadBalancerAdmin
- roles/compute.networkAdmin
- roles/firebase.developAdmin
- roles/iam.serviceAccountCreator
- roles/iam.serviceAccountDeleter
- roles/iam.serviceAccountUser
- roles/resourcemanager.projectIamAdmin
- roles/run.admin
- roles/secretmanager.admin
- roles/serviceusage.serviceUsageAdmin
- roles/storage.admin
services:
- cloudasset.googleapis.com
- cloudbuild.googleapis.com
- cloudresourcemanager.googleapis.com
- compute.googleapis.com
- firestore.googleapis.com
- iam.googleapis.com
- run.googleapis.com
- secretmanager.googleapis.com
- serviceusage.googleapis.com
- storage.googleapis.com
- storage-api.googleapis.com
- serviceusage.googleapis.com
- cloudasset.googleapis.com

0 comments on commit 63dffdc

Please sign in to comment.