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.
- Host: GitHub
- URL: https://github.com/mrk-qa/infra-test-with-terratest
- Owner: mrk-qa
- Created: 2024-01-15T15:47:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-28T02:44:16.000Z (about 1 year ago)
- Last Synced: 2025-01-23T04:29:16.992Z (4 months ago)
- Topics: githubactions, infra-terraform, terratest
- Language: HCL
- Homepage: https://mrk-qa.github.io/infra-test-with-terratest/
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)