Documentation ¶ Index ¶ func Provider() terraform.ResourceProvider type Config func (c *Config) Client() (interface{}, error) type DNSClient Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Provider ¶ func Provider() terraform.ResourceProvider Provider returns a schema.Provider for DNS dynamic updates. Types ¶ type Config ¶ type Config struct { // contains filtered or unexported fields } func (*Config) Client ¶ func (c *Config) Client() (interface{}, error) Configures and returns a fully initialized DNSClient type DNSClient ¶ type DNSClient struct { // contains filtered or unexported fields } Source Files ¶ View all Source files config.go data_dns_a_record_set.go data_dns_cname_record_set.go data_dns_txt_record_set.go provider.go resource_dns_a_record_set.go resource_dns_aaaa_record_set.go resource_dns_cname_record.go resource_dns_ptr_record.go test_check_attr_string_array.go test_check_attr_string_array_member.go Click to show internal directories. Click to hide internal directories.