Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrk-qa committed Jan 23, 2024
1 parent 1321fe1 commit dbc9285
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,28 @@
- [terraform] - v 1.6.6
- [golang] - v 1.21.6
- [terratest] - v 0.46.9
- [hashicorp/aws] using in db - v >= 4.61.0, < 5.0.0
- [hashicorp/aws] using in lambda - v 5.31.0
- [hashicorp/aws] using in s3 - v 5.16.0
- [hashicorp/aws] using in vm - v 5.31.0
- [hashicorp/aws] provider using in ec2 - v 5.31.0
- [hashicorp/aws] provider using in lambda - v 5.31.0
- [hashicorp/aws] provider using in s3 - v 5.16.0
- [go-test-report] - v 0.9.3

## 📑 Test Project Structure

```
resources
|-- db
|-- ec2
| |-- terraform code
|-- lambda
| |-- terraform code
|-- s3
| |-- terraform code
|-- vm
| |-- terraform code
tests
|-- reports
| |-- index.html
|-- *ec2_test.go
|-- *lambda_test.go
|-- *rds_test.go
|-- *s3_test.go
|-- *vm_test.go
```

## 🔮 Support this project
Expand Down

0 comments on commit dbc9285

Please sign in to comment.