File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
examples/single-account-ecs Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ $ terraform apply
72
72
73
73
| Name | Version |
74
74
| ------| ---------|
75
- | <a name =" provider_sysdig " ></a > [ sysdig] ( #provider\_ sysdig ) | >= 0.5.33 |
75
+ | <a name =" provider_sysdig " ></a > [ sysdig] ( #provider\_ sysdig ) | 0.5.37 |
76
76
77
77
## Modules
78
78
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ resource "random_integer" "hour" {
52
52
}
53
53
54
54
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 } "
56
56
schedule = " ${ random_integer . minute . result } ${ random_integer . hour . result } * * *"
57
57
schema = " aws_foundations_bench-1.3.0"
58
58
scope = " ${ local . accounts_scope_clause } ${ local . regions_scope_clause } "
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ A task deployed on an **ECS deployment** will detect events in your infrastructu
15
15
16
16
| Name | Version |
17
17
| ------| ---------|
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 |
20
20
21
21
## Modules
22
22
You can’t perform that action at this time.
0 commit comments