Giter Site home page Giter Site logo

vinyldns / terraform-provider-vinyldns Goto Github PK

View Code? Open in Web Editor NEW
14.0 10.0 16.0 345 KB

A Terraform provider for VinylDNS

Home Page: https://vinyldns.github.io/terraform-provider-vinyldns

License: Apache License 2.0

Makefile 3.49% HCL 1.02% Go 95.49%
terraform dns vinyldns hacktoberfest terraform-provider

terraform-provider-vinyldns's Introduction

Terraform Registry Build Status GitHub

terraform-provider-vinyldns

A Terraform provider for the VinylDNS DNS as a service API.

See example.tf for an example .tf file.

See https://vinyldns.github.io/terraform-provider-vinyldns for documentation.

Installation

  1. Create a providers.tf file and add the vinyldns provider
terraform {
  required_providers {
    vinyldns = {
      source  = "vinyldns/vinyldns"
      version = "0.10.0"
    }
  }
}

Installing from source

Alternatively, you can install from source:

$ git clone https://github.com/vinyldns/terraform-provider-vinyldns.git
$ cd terraform-provider-vinyldns
$ make install

Add the VinylDNS provider to providers.tf using the local path. Note that the locally installed version will always be 0.0.1 so as not to confuse it with the version released to the Terraform Registry.

terraform {
  required_providers {
    vinyldns = {
      source  = "local/vinyldns-provider/vinyldns"
      version = "0.0.1"
    }
  }
}

Running acceptance tests

The terraform-provider-vinyldns acceptance tests assume a VinylDNS API is running on localhost:9000.

This will be done automatically for you via make test. Note that you must have Docker installed and running.

$ git clone https://github.com/vinyldns/terraform-provider-vinyldns.git
$ cd vinyldns
$ make test

Building

To build terraform-provider-vinyldns binaries for your current platform:

$ make build

Credits

terraform-provider-vinyldns would not be possible without the help of many other pieces of open source software. Thank you open source world!

Given the Apache 2.0 license of terraform-provider-vinyldns, we specifically want to call out the following packages and their corresponding licenses:

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.