Skip to content

Commit

Permalink
Merge pull request #2590 from terraform-providers/panic_on_schema_error
Browse files Browse the repository at this point in the history
add TF_SCHEMA_PANIC_ON_ERROR=1 to the makefile
  • Loading branch information
tombuildsstuff authored Jan 3, 2019
2 parents 13e4e80 + dd8e13c commit 9203f92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ TEST?=$$(go list ./... |grep -v 'vendor')
WEBSITE_REPO=github.com/hashicorp/terraform-website
PKG_NAME=azurerm

#make sure we catch schema errors during testing
TF_SCHEMA_PANIC_ON_ERROR=1

default: build

build: fmtcheck
Expand Down

0 comments on commit 9203f92

Please sign in to comment.