- Jun 16, 2021
-
-
- Jun 11, 2021
-
-
Dr Abraham Martin authored
Resolve "Support loading secrets directly into services" Closes #20 See merge request !25
-
Wajdi Hajji authored
-
- Jun 10, 2021
-
-
Arun Patel authored
-
- May 28, 2021
-
-
Monty Dawson authored
Merge branch '18-terraform-always-wants-to-add-metadata-annotation-run-googleapis-com-launch-stage-beta' into 'master' Resolve "Terraform always wants to add metadata annotation "run.googleapis.com/launch-stage" = "BETA"" Closes #18 See merge request !24
-
Dr Abraham Martin authored
-
Dr Abraham Martin authored
Do not remove the BETA stage as we are going to still use some BETA options like the mounting of secrets from GCP Secret Manager
-
- Apr 22, 2021
-
-
Dr Rich Wareham authored
use gvisor instead of placeholder Closes #17 See merge request !23
-
- Apr 19, 2021
-
-
Robin Goodall authored
-
- Apr 15, 2021
-
-
Dr Rich Wareham authored
Update changelog for 2.0.3 See merge request !22
-
Monty Dawson authored
-
Dr Rich Wareham authored
Add flag to stop egress ip being destroyed Closes #16 See merge request !21
-
Monty Dawson authored
-
Monty Dawson authored
-
- Apr 07, 2021
-
-
Dr Rich Wareham authored
Update changelog See merge request !20
-
Monty Dawson authored
-
Dr Rich Wareham authored
Configure monitoring authentication proxy for instances which require authentication See merge request !19
-
Monty Dawson authored
-
- Apr 06, 2021
-
-
Dr Abraham Martin authored
add additional attrbutes to ignore changes list See merge request !17
-
Dr Rich Wareham authored
-
- Mar 26, 2021
-
-
Dr Abraham Martin authored
Allow static egress ip Closes #15 See merge request !18
-
Monty Dawson authored
-
Monty Dawson authored
-
Monty Dawson authored
-
- Mar 09, 2021
-
-
Dr Rich Wareham authored
-
Dr Rich Wareham authored
There are a few more attributes which Google has started using internally to record state. Add them to the ignore changes list so that terraform won't keep wanting to change resources. Part of uis/devops/raven/infrastructure#32
-
- Jan 27, 2021
-
-
Dr Rich Wareham authored
Rather than ship our own monitoring module, make use of the gcp-site-monitoring module. This effectively makes this module require 0.13 so a major version bump is required. Closes #13
-
Dr Rich Wareham authored
Use Google Beta provider to allow for min-scale option See merge request !16
-
Monty Dawson authored
-
Monty Dawson authored
-
Monty Dawson authored
- Jan 11, 2021
-
-
Dr Abraham Martin authored
allow ingress type to be specified See merge request !13
-
- Jan 08, 2021
-
-
Dr Rich Wareham authored
It would appear that the "run.googleapis.com/ingress" annotation can be set to "all" without having to enable the beta launch stage. Indeed it *has* to be set to "all" since attempting to unset it causes Cloud Run to immediately reset it.
-
Dr Rich Wareham authored
The "run.googleapis.com/ingress-status" annotation is maintained by the infrastructure Google-side so ignore changes to it.
-
Dr Rich Wareham authored
Add support for minimum Cloud Run container instances (`min_scale`) Closes #12 See merge request !14
-
Dr Abraham Martin authored
-
Dr Rich Wareham authored
Provide a variable which allows ingress type to be specified. This allows placing the service behind Cloud Load Balancer. Provide variables which allow extra annotations to be added to the Cloud Run service and the service template.
-
- Dec 10, 2020
-
-
Dr Abraham Martin authored
allow stackdriver host project to differ from monitored project Closes #11 See merge request !12
-
Dr Rich Wareham authored
As noted in #11, we do not support the common case where a single Stackdriver workspace hosts multiple projects. Do this by requiring a Google provider for the Stackdriver workspace be passed to the module is alerting is enabled. We use a separate provider because the provider used must be able to create monitoring resources *in the host project*. In the case of our standard deployment, this implies it needs *product admin* credentials. We no longer need to enable the monitoring service since this service a) needs to be enabled in the *host* project and b) the service will have been enabled as a necessary side-effect of creating the Stackdriver workspace. Closes #11
-