terraform-provider-godaddy
2020-02-25
Add SRV record support
5 files · 152+ · 31-
SRV record support
3 files changed
types.goAdded Service, Protocol, Port, Weight fields to DomainRecord; added SRV to supported typestypes_test.goUpdated tests for SRV record validationresource_dns_record.goAdded service, protocol, port, weight attributes to record schema
- Implemented full SRV record support with service, protocol, port, and weight fields, enabling DNS service discovery records (issue number 30)
interface
behavioral
2 files
types.goresource_dns_record.go
Documentation
2 files changed
README.mdAdded SRV record example to documentationinstall.shVersion bump