terraform provider graphql:Terraform GraphQL插件可自动执行graphql api资源的整个生命周期 源码
Terraform GraphQL提供程序 概要 提供程序,用于管理基于graphql的api资源的完整生命周期。 文件: 单击查看文档站点。 测试此提供程序: 在该项目的根目录中,运行make fulltest这将构建插件,并将二进制文件复制到basic_test / terraform.d / *文件夹中并运行E2E测试。 要在没有构建的情况下运行测试,只需运行make test 运行go test -v ./... -v。/ go test -v ./...以运行graphql软件包的内部单元和验收测试。 注意:验收测试利用模拟的http响应来模拟graphql api。 因此
文件列表
terraform-provider-graphql-master.zip
(预估有个81文件)
terraform-provider-graphql-master
.goreleaser.yml
2KB
.gitignore
226B
go.mod
3KB
graphql
query_executor.go
1KB
provider_test.go
775B
gql_query.go
144B
keys_test.go
882B
provider.go
1KB
暂无评论