Documentation ¶
Overview ¶
Package dns contains implementation for Akamai Terraform sub-provider responsible for managing DNS zones configuration
Index ¶
- Constants
- func FullIPv6(ip net.IP) string
- func NewZoneDNSSecStatusDataSource() datasource.DataSource
- type Subprovider
- func (p *Subprovider) Client(meta meta.Meta) dns.DNS
- func (p *Subprovider) FrameworkDataSources() []func() datasource.DataSource
- func (p *Subprovider) FrameworkResources() []func() resource.Resource
- func (p *Subprovider) SDKDataSources() map[string]*schema.Resource
- func (p *Subprovider) SDKResources() map[string]*schema.Resource
Constants ¶
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 ¶
func NewZoneDNSSecStatusDataSource ¶ added in v6.3.0
func NewZoneDNSSecStatusDataSource() datasource.DataSource
NewZoneDNSSecStatusDataSource returns a new single zone's DNSSEC status data source
Types ¶
type Subprovider ¶
type Subprovider struct {
// contains filtered or unexported fields
}
Subprovider gathers dns resources and data sources
func NewSubprovider ¶
func NewSubprovider() *Subprovider
NewSubprovider returns a new DNS subprovider
func (*Subprovider) Client ¶
func (p *Subprovider) Client(meta meta.Meta) dns.DNS
Client returns the DNS interface
func (*Subprovider) FrameworkDataSources ¶
func (p *Subprovider) FrameworkDataSources() []func() datasource.DataSource
FrameworkDataSources returns the DNS data sources implemented using terraform-plugin-framework
func (*Subprovider) FrameworkResources ¶
func (p *Subprovider) FrameworkResources() []func() resource.Resource
FrameworkResources returns the DNS resources implemented using terraform-plugin-framework
func (*Subprovider) SDKDataSources ¶
func (p *Subprovider) SDKDataSources() map[string]*schema.Resource
SDKDataSources returns the DNS data sources implemented using terraform-plugin-sdk
func (*Subprovider) SDKResources ¶
func (p *Subprovider) SDKResources() map[string]*schema.Resource
SDKResources returns the DNS resources implemented using terraform-plugin-sdk