An open API service indexing awesome lists of open source software.

https://github.com/yoanm/go-gh2tf


https://github.com/yoanm/go-gh2tf

github go golang golang-library terraform

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# go-gh2tf - terraform gitHub resources helper

[![License](https://img.shields.io/github/license/yoanm/go-gh2tf.svg)](https://github.com/yoanm/go-gh2tf)
[![Code size](https://img.shields.io/github/languages/code-size/yoanm/go-gh2tf.svg)](https://github.com/yoanm/go-gh2tf)
[![Go Reference](https://pkg.go.dev/badge/github.com/yoanm/go-gh2tf.svg)](https://pkg.go.dev/github.com/yoanm/go-gh2tf)

![Dependabot Status](https://flat.badgen.net/github/dependabot/yoanm/go-gh2tf)
![Last commit](https://badgen.net/github/last-commit/yoanm/go-gh2tf)

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/947cca3289004644b277858cec4d20e0)](https://app.codacy.com/gh/yoanm/go-gh2tf/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Go Report Card](https://goreportcard.com/badge/github.com/yoanm/go-gh2tf)](https://goreportcard.com/report/github.com/yoanm/go-gh2tf)

[![CI](https://github.com/yoanm/go-gh2tf/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/yoanm/go-gh2tf/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/yoanm/go-gh2tf/branch/master/graph/badge.svg?token=NHdwEBUFK5)](https://codecov.io/gh/yoanm/go-gh2tf)

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/yoanm/go-gh2tf)

Helper for terraform gitHub resources

Provides methods to easily create GitHub HCL resources (`github_repository`, `github_branch`, etc)

## Documentation

Package documentation available [there](./DOC.md)