Skip to content

Files

This branch is 527 commits behind aws-ia/terraform-aws-eks-blueprints:main.

Terratest for EKS Blueprints

Configure and run Terratest

The following steps can be used to configure Go lang and run Terratests locally(Mac/Windows machine)).

Step 1: Install

golang (for macos you can use brew)

Step 2: Change directory into the test folder.

cd test

Step 3: Initialize your test

go mod init github.com/aws-ia/terraform-aws-eks-blueprints

go mod tidy -go=1.17

Step 4: Build and Run E2E Test

cd src

go get -v -t -d && go mod tidy -compat=1.17

go test -v -timeout 60m -tags=e2e