Skip to content

Commit

Permalink
change private_key to api_key in firehose-logs test
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrenny committed Sep 9, 2024
1 parent 2cd3a0c commit d6782d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/firehose-logs/firehose-logs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ module "firehose-logs" {
source = "../../modules/firehose-logs"

coralogix_region = "EU1"
private_key = "{{ secrets.TESTING_PRIVATE_KEY }}"
api_key = "{{ secrets.TESTING_PRIVATE_KEY }}"
firehose_stream = "test-stream"
}

0 comments on commit d6782d1

Please sign in to comment.