Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikushch committed May 16, 2024
1 parent c743403 commit a9a9f60
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static "super_ec2_instance_id" {
const discoveryJobConfig = `
sts_region = "us-east-2"
debug = true
discovery_exported_tags = { "AWS/EC2" = ["name"] }
discovery_exported_tags = { "AWS/SQS" = ["name"] }
discovery {
type = "AWS/SQS"
regions = ["us-east-2"]
Expand Down Expand Up @@ -147,7 +147,7 @@ static "super_ec2_instance_id" {
const discoveryJobNilToZeroConfig = `
sts_region = "us-east-2"
debug = true
discovery_exported_tags = { "AWS/EC2" = ["name"] }
discovery_exported_tags = { "AWS/SQS" = ["name"] }
discovery {
type = "AWS/SQS"
regions = ["us-east-2"]
Expand Down

0 comments on commit a9a9f60

Please sign in to comment.