GithubHelp home page GithubHelp logo

jvzenaro / terraform-provider-contabo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from contabo/terraform-provider-contabo

0.0 0.0 0.0 183 KB

Terraform Provider for Contabo Cloud-Services

License: MIT License

Go 99.10% Makefile 0.90%

terraform-provider-contabo's Introduction

terraform-provider-contabo

terraform-provider-contabo is a terraform provider for managing your products from Contabo like Cloud VPS, VDS and S3 compatible Object Storage using the Contabo APIs via terraform cli.

Getting Started

  1. Install terraform cli

  2. Copy the example examples/main.tf.example as .tf file to you project directory

  3. Run terraform

    terraform init
    terraform plan
    # CAUTION:  with example main.tf you are about to order and pay an object storage
    terraform apply

Local Development

  1. Install terraform cli

  2. git clone https://github.com/contabo/terraform-provider-contabo.git

  3. make build in order to create provider binary

  4. create ~/.terraformrc with following content

    provider_installation {
    
      dev_overrides {
        "contabo/contabo" = "/PATH/TO/YOUR/BINARY/BUILD"
      }
    
      direct {}
    }
  5. Then change to the examples directory and copy main.tf.example to main.tf and fill in the provider config.

  6. In the same directory execute

    terraform plan
    # CAUTION:  with example main.tf you are about to order and pay a Cloud VPS instance
    terraform apply

Acceptance Testing

In order to run acceptance tests run:

make test-acc

CAUTION: running acceptance testing will work with actual resources which will usually cost money

terraform-provider-contabo's People

Contributors

ngotzmann avatar tahergalal 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.