terraform-provider-coredns

command module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2017 License: MPL-2.0 Imports: 2 Imported by: 0

README

terraform-provider-coredns

Example

provider "coredns" {
    etcd_endpoints = "http://127.0.0.1:2379"
    zones = "skydns.local"
}

resource "coredns_record" "foo" {
    fqdn = "foo.skydns.local"
    type = "A"
    rdata = [ "10.10.10.10", "10.10.10.20" ]
    ttl = "60"
}

resource "coredns_record" "bar" {
    fqdn = "bar.skydns.local"
    type = "CNAME"
    rdata = [ "${coredns_record.foo.hostname}" ]
    ttl = "60"
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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