Skip to content

Commit

Permalink
fix issue with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrenny committed Sep 9, 2024
1 parent a95fa75 commit 2cd3a0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/firehose-logs/firehose-logs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ provider "aws" {
module "firehose-logs" {
source = "../../modules/firehose-logs"

coralogix_region = "Europe"
coralogix_region = "EU1"
private_key = "{{ secrets.TESTING_PRIVATE_KEY }}"
firehose_stream = "test-stream"
}
2 changes: 1 addition & 1 deletion tests/firehose-metrics/firehose-metrics.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ provider "aws" {
module "firehose-metrics" {
source = "../../modules/firehose-metrics"

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

0 comments on commit 2cd3a0c

Please sign in to comment.