From df6ee338423087add39c9dd75ab284eda16d16ad Mon Sep 17 00:00:00 2001 From: "Conor.McManus" Date: Wed, 10 Apr 2019 14:15:10 +0200 Subject: [PATCH] Add build status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3f4ba1f..31573d9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CircleCI](https://circleci.com/gh/Spengreb/atmos.svg?style=svg)](https://circleci.com/gh/Spengreb/atmos) + # Terraform Atmosphere Atmos is a thin wrapper for managing Terraform Workspaces easily. Using the workspace name it will select the correct .tfvar file, defaulting to a qa var file for any other workspace. This is primarily for pipelines but works just as well from the command line. It can process all terraform commands and parameters passing them on directly.