Coder Social home page Coder Social logo

stffabi / terraform-provider-exoscale Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cab105/terraform-provider-exoscale

0.0 1.0 0.0 283 KB

Exoscale specific provider for hashicorp/terraform

License: Apache License 2.0

Makefile 1.82% Go 94.55% HTML 3.63%

terraform-provider-exoscale's Introduction

Terraform provider for Exoscale

Build Status

Installation

  1. Download terraform-provider-exoscale from the releases page;
  2. Put it into the .terraform/plugins/(darwin|linux|windows)_amd64 folder and make it executable;
  3. Run terraform init.
$ terraform providers
.
└── provider.exoscale

Go read the article on our weblog Terraform on Exoscale.

Resources

The documentation has moved into website.

Storage on S3

terraform = {
  backend "s3" {
    bucket = "..."
    endpoint = "https://sos-ch-dk-2.exo.io"
    key = "..."
    region = "ch-dk-2"
    access_key = "..."
    secret_key = "..."

    # Deactivate the AWS specific behaviours
    #
    # https://www.terraform.io/docs/backends/types/s3.html#skip_credentials_validation
    skip_credentials_validation = true
    skip_get_ec2_platforms = true
    skip_requesting_account_id = true
    skip_metadata_api_check = true
    skip_region_validation = true
  }
}

Contributing

Contributions are welcome and we encourage you to build the provider locally before sending a pull request.

Building

$ git clone https://github.com/exoscale/terraform-provider-exoscale
$ cd terraform-provider-exoscale
$ make build

# making a release (for Exoscale staff only)
$ make release

Development

# quick build of the provider
$ make

# updating the dependencies
$ make deps-update

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.