- Jul 09, 2024
-
-
Roy Harrington authored
-
- Jun 13, 2024
-
-
Ryan Kowalewski authored
There are some situations where it is valid to use INGRESS_TRAFFIC_ALL in conjunction with the load balancer. Currently it is not possible to override the INGRESS_TRAFFIC_INTERNAL_LOAD_BALANCER ingress setting to achieve this if var.enable_load_balancer == true.
-
- Feb 26, 2024
-
-
Ryan Kowalewski authored
BREAKING CHANGE: migrate to cloud run v2 resources
-
Ryan Kowalewski authored
The Cloud Run Domain Mapping service is still in Pre-GA status after more than 3 years. Google's documentation now suggest using load balancers or Firebase Hosting as an alternative as there are limitations with the domain mapping service. We are removing it from this module as it seems as though it will soon be deprecated. BREAKING CHANGE: Remove Cloud Run Domain Mapping
-
Ryan Kowalewski authored
This commit refactors the uptime_monitoring module to no longer require an additional "stackdriver" aliased google provider. This was a source of confusion as it did some "magic" with regards to passing project IDs around. The two projects are now clearly defined as either `project` or `monitoring_scoping_project` to avoid any confusion.
-
Ryan Kowalewski authored
-
Ryan Kowalewski authored
-
- Sep 11, 2023
-
-
Roy Harrington authored
-
- Jul 04, 2023
-
-
Roy Harrington authored
-
- Jun 19, 2023
-
-
Ryan Kowalewski authored
This is initially planned to execute Django database migrations. However, other use cases will exist I'm sure.
-
- Jun 15, 2023
-
-
Ryan Kowalewski authored
BREAKING CHANGE: The default SSL policy restricts TLS to >= 1.2 and sets the SSL profile to MODERN.
-
- Jun 12, 2023
-
-
Ryan Kowalewski authored
BREAKING CHANGE: Upgrading to v3 of the gcp-site-monitoring module will cause uptime check functions to be destroyed/re-created during the next Terraform apply.
-
- May 15, 2023
- Nov 07, 2022
-
-
Ryan Kowalewski authored
Currently uses sql_instance_connection_name which causes issues when the provided value is not known until apply.
-
- Jan 17, 2022
-
-
Wajdi Hajji authored
The dashboard, defined in ./dashboard.json, contains: - Request counts broken down by response code class (ignoring 404s). - Request latencies for 50th, 95th and 99th percentile. - Container CPU and memory utilisations for 50th, 95th and 99th percentile. - Container instance count and billable instance time.
-
- Jul 16, 2021
-
-
Wajdi Hajji authored
-
- Jul 15, 2021
-
-
(cherry picked from commit a068f599)
-
-
This works with Terraform v0.14.10; the data source is read before the plan walk, so the existing deployed image can be determined. However, it is suggested that future Terraform may combine the refresh and plan walks which *may* result in a cyclic dependancy.
-
Wajdi Hajji authored
-
-
This works with Terraform v0.14.10; the data source is read before the plan walk, so the existing deployed image can be determined. However, it is suggested that future Terraform may combine the refresh and plan walks which *may* result in a cyclic dependancy.
-
-
Wajdi Hajji authored
-
-
- Jul 13, 2021
-
-
Wajdi Hajji authored
-
- Jul 01, 2021
-
-
Arun Patel authored
-
Arun Patel authored
This works with Terraform v0.14.10; the data source is read before the plan walk, so the existing deployed image can be determined. However, it is suggested that future Terraform may combine the refresh and plan walks which *may* result in a cyclic dependancy.
-
Arun Patel authored
-
- Jun 15, 2021
-
-
Monty Dawson authored
-
- Jun 10, 2021
-
-
Arun Patel authored
-
- Mar 26, 2021
-
-
Monty Dawson authored
-
Monty Dawson authored
-
- 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
-
Monty Dawson authored
-
- 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 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.
-