Skip to content

Commit 74193dd

Browse files
author
iru
authored
chore: avoid benchmark collision leveraging name var (#115)
1 parent ee964ca commit 74193dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/single-account-ecs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $ terraform apply
7272

7373
| Name | Version |
7474
|------|---------|
75-
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | >= 0.5.33 |
75+
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 0.5.37 |
7676

7777
## Modules
7878

modules/services/cloud-bench/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ resource "random_integer" "hour" {
5252
}
5353

5454
resource "sysdig_secure_benchmark_task" "benchmark_task" {
55-
name = "Sysdig Secure for Cloud (AWS) - ${local.benchmark_task_name}"
55+
name = "Sysdig Secure for Cloud (AWS) - ${local.benchmark_task_name} - ${var.name}"
5656
schedule = "${random_integer.minute.result} ${random_integer.hour.result} * * *"
5757
schema = "aws_foundations_bench-1.3.0"
5858
scope = "${local.accounts_scope_clause}${local.regions_scope_clause}"

modules/services/cloud-connector-ecs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ A task deployed on an **ECS deployment** will detect events in your infrastructu
1515

1616
| Name | Version |
1717
|------|---------|
18-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0.0 |
19-
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | >= 0.5.33 |
18+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.21.0 |
19+
| <a name="provider_sysdig"></a> [sysdig](#provider\_sysdig) | 0.5.37 |
2020

2121
## Modules
2222

0 commit comments

Comments
 (0)