An open API service indexing awesome lists of open source software.

https://github.com/mrk-qa/infra-test-with-terratest

Terratest Framework using Terraform to provision infrastructure on AWS.
https://github.com/mrk-qa/infra-test-with-terratest

githubactions infra-terraform terratest

Last synced: 2 months ago
JSON representation

Terratest Framework using Terraform to provision infrastructure on AWS.

Awesome Lists containing this project

README

        

# Terratest Framework using Terraform to provision infrastructure on AWS ☁️👷



------

## ✅ Requirements

- [terraform] - v 1.6.6
- [golang] - v 1.21.6
- [terratest] - v 0.46.9
- [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
|-- ec2
| |-- terraform code
|-- lambda
| |-- terraform code
|-- s3
| |-- terraform code

tests
|-- reports
| |-- index.html
|-- *ec2_test.go
|-- *lambda_test.go
|-- *s3_test.go
```

## 🔮 Support this project

If you want to support this project, leave a ⭐.

---

Made with 💙  by Marco Antonio 👋   [Meu LinkedIn](https://www.linkedin.com/in/mrk-silva/)