GithubHelp home page GithubHelp logo

isabella232 / terraform-provider-kaleido Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaleido-io/terraform-provider-kaleido

0.0 0.0 0.0 22.03 MB

A terraform provider for Kaleido!

License: Apache License 2.0

Go 99.25% Makefile 0.75%

terraform-provider-kaleido's Introduction

Kaleido Terraform Provider

Build & Unit Tests

make

Using

To install the provider from a local build with Terraform 0.14, configure your ~/.terraformrc with:

provider_installation {
  dev_overrides {
    "registry.terraform.io/kaleido/kaleido" = "/path/to/terraform-provider-kaleido"
  }
  direct {}
}

Examples

End to end example in examples/multi_region_with_b2b

Cross Compiling

make build-linux
make build-mac
make build-win

Acceptance Tests

Acceptance tests make actual calls to deploy and destroy resources. Any changes to the provider must pass acceptance tests.

export TF_ACC=true
export KALEIDO_API='https://control-stage.kaleido.io/api/v1'
export KALEIDO_API_KEY=XXXXXXX=
go test -v ./kaleido

Note unit tests are now being prioritized and the process of migrating acceptance tests to unit tests has been started in kaleido_service_test.go

terraform-provider-kaleido's People

Contributors

alexinthesky avatar hfuss avatar jimthematrix avatar parminderparmar avatar peterbroadhurst avatar ricardo-larosa avatar vdamle 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.