Skip to content

Commit

Permalink
terraform-aws-lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvp committed Aug 16, 2023
1 parent 109dfc4 commit ad5b4e4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions tests/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,19 @@ func TestExample(t *testing.T) {
// TODO: File issue: uses too many system resources (crashes in CI)
skip: allLanguages,
},
{example: "https://github.com/terraform-aws-modules/terraform-aws-security-group/examples/http", nonStrict: true},
// {example: "https://github.com/terraform-aws-modules/terraform-aws-security-group/examples/rules-only", nonStrict: true},
{
example: "https://github.com/terraform-aws-modules/terraform-aws-security-group/examples/http",
// TODO: File issue: uses too many system resources (crashes in CI)
skip: allLanguages,
},
{
example: "https://github.com/terraform-aws-modules/terraform-aws-security-group/examples/rules-only",
// TODO: File issue: uses too many system resources (crashes in CI)
skip: allLanguages,
},

// {example: "https://github.com/terraform-aws-modules/terraform-aws-eks"},
// {example: "https://github.com/terraform-aws-modules/terraform-aws-lambda"},
{example: "https://github.com/terraform-aws-modules/terraform-aws-lambda", nonStrict: true},
// {example: "https://github.com/terraform-aws-modules/terraform-aws-s3-bucket"}, // Green
// {example: "https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/examples/object"},
// {example: "https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/examples/complete"},
Expand Down

0 comments on commit ad5b4e4

Please sign in to comment.