github.com/robertreppel/terraform@v0.11.8-0.20180412164320-05291ab9822d/config/loader_hcl_test.go (about)

     1  package config
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestHCLConfigurableConfigurable(t *testing.T) {
     8  	var _ configurable = new(hclConfigurable)
     9  }