Skip to Content
Welcome to InfraSpec
InfraSpec Logo

Welcome to InfraSpec

🚀 Coming soon! In the mean time check out: https://github.com/robmorgan/infraspec or the quick start below.

Quick start

You can test the early development versions of InfraSpec using Homebrew.

⚠️
Warning

InfraSpec is still under active development and is likely to change significantly in the near future. Some features may not be implemented yet or work as expected. Thank you for your early participation and feedback!

  1. Install InfraSpec using Homebrew:
brew tap robmorgan/infraspec brew install infraspec
  1. Initialize a repo containing your infrastructure code:
infraspec init # creates a ./features directory if it doesn't already exist
  1. Create your first infrastructure test:
infraspec new dynamodb.feature
  1. Run the tests
infraspec features/dynamodb.feature
💡
Tip

If your using VS Code, we recommend installing the Cucumber (Gherkin) Full Support extension for syntax highlighting.

Last updated on