terraform-provider-nfs

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 5, 2019 License: MPL-2.0 Imports: 5 Imported by: 0

README

terraform-provider-nfs

A Terraform provider for NearlyFreeSpeech.net's API. This provider is still under development and highly unstable. Please feel free to make a pull request if you would like to contribute.

Api Docs

You need the following information to use this provider:

  • NFS ACCOUNT ID - can be found on the web UI on the accounts tab
  • NFS_API_KEY - need to be manually requested via an assistance request
  • NFS LOGIN - your username

Example Usage in Terraform

To create a DNS record of type TXT for the domain "aareet.com", you could do the following:

resource "nfs_dns_record" "new-dns-record" {
    domain = "aareet.com"
    name = "tftest"
    type = "TXT"
    data = "I created this record using Terraform! Woo!"
}

TODO

  • Read existing DNS records
  • Remove a DNS record

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL