-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shu Kutsuzawa
committed
Nov 10, 2020
1 parent
1c26ca3
commit 30a3a83
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# terraform-registry | ||
|
||
[![BuildStatus](https://github.com/cappyzawa/terraform-registry/workflows/CI/badge.svg)](https://github.com/cappyzawa/terraform-registry/actions?query=workflow%3ACI) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/cappyzawa/terraform-registry)](https://goreportcard.com/report/github.com/cappyzawa/terraform-registry) | ||
[![PkgGoDev](https://pkg.go.dev/badge/github.com/cappyzawa/terraform-registry)](https://pkg.go.dev/github.com/cappyzawa/terraform-registry) | ||
[![codecov](https://codecov.io/gh/cappyzawa/terraform-registry/branch/master/graph/badge.svg)](https://codecov.io/gh/cappyzawa/terraform-registry) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/cappyzawa/terraform-registry/blob/main/LICENSE) | ||
|
||
WIP: The implementation of [Provider Registry Protocol \- Terraform by HashiCorp](https://www.terraform.io/docs/internals/provider-registry-protocol.html). |