Skip to content

dlecocq/terraform-provider-graphql

 
 

Repository files navigation

graphql provider

Terraform GraphQL Provider

Build Acceptance Tests E2E Test Release Release


Synopsis

A Terraform GraphQL provider to manage the full lifecyle of graphql based api resources.

Docs:

Click HERE to view the documentation site.

Testing this provider:

  • In the root of this project, run make fulltest This will build the plugin, and copy the binaries to the basic_test/terraform.d/* folder and run the E2E Test.

  • To run a test without a build, simply run make test

  • Run go test -v ./... to run the graphql package's internal unit & acceptance tests.

    NOTE: The acceptance tests utilize a mocked http response to simulate a graphql api. Therefore, TF_ACC is set automatically by the test init() functions.

License

MPL-2 - See the included LICENSE file for more details.

About

Terraform GraphQL plugin to automate the full life-cycle of graphql api resources.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 82.6%
  • HCL 6.1%
  • Shell 4.1%
  • JavaScript 2.8%
  • CSS 1.9%
  • Makefile 1.8%
  • Other 0.7%