We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7f935 commit 0c7724dCopy full SHA for 0c7724d
typesense.tf
@@ -20,7 +20,7 @@ locals {
20
module "typesense_uptime_checks" {
21
for_each = local.typesense_uptime_checks
22
23
- source = "github.com/sparkfabrik/terraform-sparkfabrik-gcp-http-monitoring?ref=1.0.0"
+ source = "github.com/sparkfabrik/terraform-sparkfabrik-gcp-http-monitoring?ref=1.1.0"
24
gcp_project = local.typesense_project
25
uptime_monitoring_host = each.value.host
26
uptime_monitoring_path = each.value.path
0 commit comments