Skip to content

Instantly share code, notes, and snippets.

View mhemani-reach's full-sized avatar

Mujahid Hemani mhemani-reach

View GitHub Profile
@mhemani-reach
mhemani-reach / cfn-lint-install-mac
Last active August 20, 2019 22:36
install cfn-lint on MacOS
pip install --upgrade setuptools --user python;
pip install cfn-lint --user
@mhemani-reach
mhemani-reach / .circleci.yml
Created May 28, 2019 17:25
circle config for terraform
version: 2
terraform: &terraform
docker:
- image: hashicorp/terraform:0.12.0
working_directory: /tmp/workspace/terraform
jobs:
validate:
<<: *terraform