Skip to content

aareet/terraform-provider-nfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/verify successful creation/removal

About

Terraform provider for NearlyFreeSpeech.net's API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages