Giter Site home page Giter Site logo

mzwennes / terraform-provider-instana Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gessnerfl/terraform-provider-instana

0.0 0.0 0.0 25.27 MB

Terraform provider implementation for Instana REST API

License: Apache License 2.0

Shell 0.05% Go 99.50% Makefile 0.09% HCL 0.36%

terraform-provider-instana's Introduction

Terraform Provider Instana

CI/CD Build Quality Gate Status

Terraform provider implementation for the Instana REST API.

Terraform Registry: https://registry.terraform.io/providers/gessnerfl/instana/latest

Changes Log: CHANGELOG.md

Documentation

The documentation of the provider can be found on the Terraform Registry Page https://registry.terraform.io/providers/gessnerfl/instana/latest.

Implementation Details

Testing

Mocking: Tests are co-located in the package next to the implementation. We use gomock (https://github.com/golang/mock) for mocking. Mocks are created using the source mode. All mocks are create in the mock package. To generate mocks you can use the helper script generate-mock-for-file <source-file> from the root directory of this project.

Alternatively you can manually execute mockgen as follows

mockgen -source=<source_file> -destination=mocks/<source_file_name>_mocks.go -package=mocks

Release a new version

  1. Create a new tag follow semantic versioning approach
  2. Update changelog before creating a new release by using github-changelog-generator
  3. Push the tag to the remote to build the new release

terraform-provider-instana's People

Contributors

gessnerfl avatar ppuschmann avatar cayom avatar steinex avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.