From 0012d691f4af3e9861e77e67461770ad8cc8556d Mon Sep 17 00:00:00 2001 From: Kazumasa Kohtaka Date: Thu, 18 Oct 2018 11:52:58 +0900 Subject: [PATCH] Fix an example usage of terraform modules --- examples/terraform/modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/terraform/modules/README.md b/examples/terraform/modules/README.md index 177bef5d..83465f63 100644 --- a/examples/terraform/modules/README.md +++ b/examples/terraform/modules/README.md @@ -4,7 +4,7 @@ Matchbox provides Terraform [modules](https://www.terraform.io/docs/modules/usag ```hcl module "profiles" { - source = "git::https://github.com/coreos/matchbox.git//examples/terraform/modules/profiles?ref=4451425db8f230012c36de6e6628c72aa34e1c10" + source = "git::https://github.com/coreos/matchbox.git//examples/terraform/modules/profiles?ref=08f4e9908b167fba608e60169ec6a803df9db37f" matchbox_http_endpoint = "${var.matchbox_http_endpoint}" container_linux_version = "${var.container_linux_version}" container_linux_channel = "${var.container_linux_channel}"