diff --git a/examples/pulsarclusters/hosted.tf b/examples/pulsarclusters/hosted.tf index ed3c2e9..d474989 100644 --- a/examples/pulsarclusters/hosted.tf +++ b/examples/pulsarclusters/hosted.tf @@ -26,7 +26,7 @@ terraform { provider "streamnative" { # Please replace path use your own key file path - key_file_path = "/Users/tuteng/Downloads/o-wak6b-uo-admin.json" + key_file_path = "/path/to/your/service/account/key.json" } resource "streamnative_pulsar_cluster" "test-cluster-1" {