From 304b9548ca5ad843e616b6175a1bcf881fdd92e6 Mon Sep 17 00:00:00 2001 From: Rizal Widyarta Gowandy Date: Sun, 16 May 2021 20:42:55 +0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e52698e..253a38e 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,12 @@ data "newrelic_entity" "app_grpc" { } resource "newrelic_alert_policy" "golden_signal_policy" { - name = "Golden Signals" + # Replace with your service name. + name = "Golden Signals - app_grpc" } module "grpc_dashboard" { + # Replace ref with the latest available version or branch. source = "git::https://github.com/rizalgowandy/terraform-peractio-newrelic?ref=v0.1.0" # Replace with your account id.