/terraform-aws-goat

Terraform module to create and configure insecure AWS resources for teaching and learning purposes

Primary LanguageHCL

Follow on Twitter Codacy Badge

AWS Goat Terraform Module

Terraform module which deploy various vulnerable resources useful teaching, testing and understanding AWS security vulnerabilities.

Getting Started

Getting started is easy. Here is a complete example:

module "goat" {
  source = "opendevsecops/goat/aws"
}

This module is automatically published to the Terraform Module Registry. More information about the available inputs, outputs, dependencies, and instructions on how to use the module can be found at the official page here.