Skip to content

Commit

Permalink
Revert keyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Dec 2, 2024
1 parent a74c0bb commit b7eb966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pulsarclusters/hosted.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit b7eb966

Please sign in to comment.