dns_txt_record_set (Resource)

Creates a TXT type DNS record set.

Example Usage

resource "dns_txt_record_set" "google" {
  zone = "example.com."
  txt = [
    "google-site-verification=...",
  ]
  ttl = 300
}

Schema

Required

Optional

Read-Only

Import

Import is supported using the following syntax:

# Import using the FQDN.
terraform import dns_txt_record_set.example example.com.