hashicorp / terraform-provider-template

Terraform template provider
https://www.terraform.io/docs/providers/template/
Mozilla Public License 2.0
130 stars 89 forks source link

Go 1.13 #72

Closed chenrui333 closed 2 years ago

chenrui333 commented 4 years ago

$ make test ==> Checking that code complies with gofmt requirements... go test -i $(go list ./... |grep -v 'vendor') || exit 1 echo $(go list ./... |grep -v 'vendor') | \ xargs -t -n4 go test -timeout=30s -parallel=4 go test -timeout=30s -parallel=4 github.com/terraform-providers/terraform-provider-template github.com/terraform-providers/terraform-provider-template/template ? github.com/terraform-providers/terraform-provider-template [no test files] ok github.com/terraform-providers/terraform-provider-template/template 0.593s