GoogleCloudPlatform / terraform-provider-cdap

Custom Terraform Provider for CDAP
https://registry.terraform.io/providers/GoogleCloudPlatform/cdap/
Apache License 2.0
12 stars 12 forks source link

Add tests, check for gofmt, lint and docs #6

Open umairidris opened 4 years ago

umairidris commented 4 years ago

We should add unit tests as well as integration tests for the provider.

umairidris commented 4 years ago

@xingao267 can you setup a cloud build trigger to make sure the provider at least builds on every release as a first step?

xingao267 commented 4 years ago

Some additional checks to perform can include: lint, terraform validate and validate docs are generated properly by make docker_generate_docs command.