All Projects → dnsimple → terraform-provider-dnsimple

dnsimple / terraform-provider-dnsimple

Licence: MPL-2.0 license
Terraform DNSimple provider

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects
HCL
1544 projects

Projects that are alternatives of or similar to terraform-provider-dnsimple

strillone
Listen to incoming webhooks from DNSimple, and publish them to a Slack channel or other messaging service.
Stars: ✭ 21 (+40%)
Mutual labels:  dnsimple, dnsimple-policy-dev, dnsimple-policy-dev-golang, dnsimple-policy-dev-active
dnsimple-python
The DNSimple API client for Python.
Stars: ✭ 66 (+340%)
Mutual labels:  dnsimple, dnsimple-policy-dev, dnsimple-policy-dev-active
chef-dnsimple
Chef cookbook for DNSimple.
Stars: ✭ 37 (+146.67%)
Mutual labels:  dnsimple, dnsimple-policy-dev
dnsimple-api-examples
Example scripts and code to demonstrate how to use the DNSimple API
Stars: ✭ 22 (+46.67%)
Mutual labels:  dnsimple-policy-dev, dnsimple-policy-dev-active
dnsimple-elixir
The DNSimple API client for Elixir.
Stars: ✭ 49 (+226.67%)
Mutual labels:  dnsimple, dnsimple-policy-dev
chef-pdns
Development repository for DNSimple Cookbook PowerDNS.
Stars: ✭ 22 (+46.67%)
Mutual labels:  dnsimple-policy-dev, dnsimple-policy-dev-active
terraform-provider-opc
Terraform Oracle Public Cloud provider
Stars: ✭ 29 (+93.33%)
Mutual labels:  terraform-provider
terraform-provider-honeycombio
A Terraform provider for Honeycomb.io
Stars: ✭ 37 (+146.67%)
Mutual labels:  terraform-provider
terraform-provider-phpipam
Terrform provider for PHPIPAM
Stars: ✭ 45 (+200%)
Mutual labels:  terraform-provider
terraform-provider-gotemplate
a custom terraform provider to use go text/template language instead of terraform's
Stars: ✭ 20 (+33.33%)
Mutual labels:  terraform-provider
terraform-provider-astra
A project that allows DataStax Astra users to manage their full database lifecycle for Astra Serverless databases (built on Apache Cassandra(TM)) using Terraform
Stars: ✭ 16 (+6.67%)
Mutual labels:  terraform-provider
terraform-provider-twilio
Terraform provider for Twilio. 🌎☎️ Preserved for archaeological fun. Please see the official Twilio TF provider @ https://github.com/twilio/terraform-provider-twilio.
Stars: ✭ 32 (+113.33%)
Mutual labels:  terraform-provider
terraform-provider-kite
Terraform provider for managing long term portfolio with Zerodha Kite
Stars: ✭ 21 (+40%)
Mutual labels:  terraform-provider
terraform-provider-rediscloud
Terraform Redis Enterprise Cloud Pro Provider: Deploy, update, and manage Redis Enterprise Cloud Pro databases as code through HashiCorp Terraform
Stars: ✭ 24 (+60%)
Mutual labels:  terraform-provider
terraform-aws-kinesis-firehose
This code creates a Kinesis Firehose in AWS to send CloudWatch log data to S3.
Stars: ✭ 25 (+66.67%)
Mutual labels:  terraform-provider
terraform-provider-alks
Terraform Provider for ALKS
Stars: ✭ 35 (+133.33%)
Mutual labels:  terraform-provider
terraform-provider-nix
terraform provider that manages nix builds and nixos machines.
Stars: ✭ 105 (+600%)
Mutual labels:  terraform-provider
terraform-provider-akamai
Terraform Akamai provider
Stars: ✭ 75 (+400%)
Mutual labels:  terraform-provider
terraform-provider-qingcloud
Terraform QingCloud Provider
Stars: ✭ 34 (+126.67%)
Mutual labels:  terraform-provider
terraform-provider-checkly
Terraform provider for the Checkly monitoring service
Stars: ✭ 37 (+146.67%)
Mutual labels:  terraform-provider

DNSimple Terraform Provider

Requirements

  • Terraform 0.12.x
  • Go 1.18+ (to build the provider plugin)

Building The Provider

Clone repository to: $GOPATH/src/github.com/dnsimple/terraform-provider-dnsimple

$ mkdir -p $GOPATH/src/github.com/dnsimple; cd $GOPATH/src/github.com/dnsimple
$ git clone https://github.com/dnsimple/terraform-provider-dnsimple.git

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/dnsimple/terraform-provider-dnsimple
$ make build

Using the provider

See the DNSimple Provider documentation to get started using the DNSimple provider.

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (version 1.18+ is required). You'll also need to correctly setup a GOPATH, as well as adding $GOPATH/bin to your $PATH.

To compile the provider, run make build. This will build the provider and put the provider binary in the $GOPATH/bin directory.

$ make build
...
$ $GOPATH/bin/terraform-provider-dnsimple
...

In order to test the provider, you can simply run make test.

$ make test

In order to run the full suite of Acceptance tests, run make testacc.

Note: Acceptance tests create real resources, and often cost money to run.

$ make testacc
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].