Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizal Widyarta Gowandy authored May 16, 2021
1 parent b8a0648 commit 304b954
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 304b954

Please sign in to comment.