Skip to content

Commit 8d35982

Browse files
authored
Merge pull request #46 from sourcefuse/ecs/update
added depends_on and updated the version
2 parents 1f635c7 + 0759b81 commit 8d35982

File tree

9 files changed

+161
-165
lines changed

9 files changed

+161
-165
lines changed

.github/workflows/snyk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
- name: install Snyk CLI
3030
run: npm install -g snyk
3131
- name: snyk monitor
32-
run: snyk iac test --report
32+
run: snyk iac test --report --severity-threshold=medium
3333
env:
3434
SNYK_TOKEN: ${{ secrets.ARC_SNYK_TOKEN }}

.terraform.lock.hcl

Lines changed: 69 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ module "ecs" {
7171

7272
| Name | Version |
7373
|------|---------|
74-
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.57.1 |
74+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.67.0 |
7575

7676
## Modules
7777

@@ -80,7 +80,7 @@ module "ecs" {
8080
| <a name="module_acm"></a> [acm](#module\_acm) | git::https://github.com/cloudposse/terraform-aws-acm-request-certificate | 0.17.0 |
8181
| <a name="module_alb"></a> [alb](#module\_alb) | ./modules/alb | n/a |
8282
| <a name="module_alb_sg"></a> [alb\_sg](#module\_alb\_sg) | git::https://github.com/cloudposse/terraform-aws-security-group | 2.0.0 |
83-
| <a name="module_ecs"></a> [ecs](#module\_ecs) | git::https://github.com/terraform-aws-modules/terraform-aws-ecs | v4.1.2 |
83+
| <a name="module_ecs"></a> [ecs](#module\_ecs) | git::https://github.com/terraform-aws-modules/terraform-aws-ecs | v5.7.4 |
8484
| <a name="module_health_check"></a> [health\_check](#module\_health\_check) | ./modules/health-check | n/a |
8585

8686
## Resources

0 commit comments

Comments
 (0)