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
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
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ resource "random_integer" "hour" {
5252}
5353
5454resource "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 } "
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
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
You can’t perform that action at this time.
0 commit comments