- Apr 17, 2020
-
-
Dr Rich Wareham authored
We no longer need the random id hack for generating Cloud Run resource names as the provider now supports a autogenerate_revision_name flag which allows Google to generate the appropriate resource name for us. Closes #4
-
- Mar 27, 2020
-
-
Dr Abraham Martin authored
main.tf: don't ignore changes in name See merge request !4
-
Dr Rich Wareham authored
Ignoring changes in name means that one can never run terraform deployments beyond the initial creation of the webapp service. Terraform will always modify a service in-place but try to use the same name which negates the point of *setting* the name in the google_cloud_run_service.webapp resource. The downside of this is that one can't then deploy changes without deleting and re-creating random_id.webapp_revision_name resource but that is at least documented in the README.
-
- Mar 26, 2020
-
-
Dr Rich Wareham authored
Resolve CI changes not being ignored by terraform Closes #3 See merge request !3
-
Robin Goodall authored
-
- Mar 25, 2020
-
-
Dr Abraham Martin authored
Add optional domain mapping Closes #2 See merge request !2
-
Dr Rich Wareham authored
-
- Mar 24, 2020
-
-
Dr Rich Wareham authored
Allow an optional domain mapping to be configured for the webapp. If a domain mapping is configured, appropriate DNS records are provided as outputs. Closes #2
-
- Mar 23, 2020
-
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
-
Dr Rich Wareham authored
GCP Cloud Run manager terraform module Closes #1 See merge request !1
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
This module manages a Cloud Run-hosted container. It takes care of making sure the container is connected to a Cloud SQL instance and sets environment variables on the application.
-
Dr Abraham Martin authored
-