Documentation ¶
Overview ¶
Package dns contains implementation for Akamai Terraform sub-provider responsible for managing DNS zones configuration
Index ¶
Constants ¶
View Source
const ( RRTypeA = "A" RRTypeAaaa = "AAAA" RRTypeAfsdb = "AFSDB" RRTypeAkamaiCdn = "AKAMAICDN" RRTypeAkamaiTlc = "AKAMAITLC" RRTypeCaa = "CAA" RRTypeCname = "CNAME" RRTypeHinfo = "HINFO" RRTypeLoc = "LOC" RRTypeMx = "MX" RRTypeNaptr = "NAPTR" RRTypeNs = "NS" RRTypePtr = "PTR" RRTypeRp = "RP" RRTypeSoa = "SOA" RRTypeSrv = "SRV" RRTypeSpf = "SPF" RRTypeSshfp = "SSHFP" RRTypeTlsa = "TLSA" RRTypeTxt = "TXT" RRTypeDnskey = "DNSKEY" RRTypeDs = "DS" RRTypeNsec3 = "NSEC3" RRTypeNsec3Param = "NSEC3PARAM" RRTypeRrsig = "RRSIG" RRTypeCert = "CERT" RRTypeHTTPS = "HTTPS" RRTypeSvcb = "SVCB" )
Resource record types supported by the Akamai Edge DNS API
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Subprovider ¶
type Subprovider struct {
// contains filtered or unexported fields
}
Subprovider gathers dns resources and data sources
func (*Subprovider) Client ¶
func (p *Subprovider) Client(meta meta.Meta) dns.DNS
Client returns the DNS interface
func (*Subprovider) DataSources ¶
func (p *Subprovider) DataSources() map[string]*schema.Resource
DataSources returns terraform data sources for dns
Source Files ¶
Click to show internal directories.
Click to hide internal directories.