Skip to content

mrk-qa/infra-test-with-terratest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

86 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

About

Terratest Framework using Terraform to provision infrastructure on AWS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages