Delete circle ci config & badge
diff --git a/.circleci/config.yml b/.circleci/config.yml
deleted file mode 100644
index 3bdb097..0000000
--- a/.circleci/config.yml
+++ /dev/null
@@ -1,36 +0,0 @@
-version: 2
-
-references:
-  images:
-    go: &GOLANG_IMAGE docker.mirror.hashicorp.services/circleci/golang:1.16
-  cache:
-    go-sum: &GO_SUM_CACHE_KEY go-sum-v1-{{ checksum "go.sum" }}
-  environment: &ENVIRONMENT
-    GO111MODULE: "on"
-
-jobs:
-  test:
-    docker:
-      - image: *GOLANG_IMAGE
-    environment: *ENVIRONMENT
-    working_directory: /go/src/github.com/hashicorp/terraform-json
-    steps:
-      - checkout
-      - restore_cache:
-          keys:
-            - *GO_SUM_CACHE_KEY
-      - run: make modules
-      - run: make tools
-      - run: make test-circle
-      - store_test_results:
-          path: test-results/
-      - save_cache:
-          key: *GO_SUM_CACHE_KEY
-          paths:
-            - /go/pkg/mod
-
-workflows:
-  version: 2
-  test:
-    jobs:
-      - test
diff --git a/README.md b/README.md
index fea0ba2..4a9cd94 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
 # terraform-json
 
-[![CircleCI](https://circleci.com/gh/hashicorp/terraform-json/tree/main.svg?style=svg)](https://circleci.com/gh/hashicorp/terraform-json/tree/main)
 [![GoDoc](https://godoc.org/github.com/hashicorp/terraform-json?status.svg)](https://godoc.org/github.com/hashicorp/terraform-json)
 
 This repository houses data types designed to help parse the data produced by