terraform-provider-instana

command module
v1.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL