Site Subdomain Redirects

A SiteSubdomainRedirect object represents an old Files.com subdomain that continues to work after the site's Files.com subdomain changes. HTTPS requests redirect to the current subdomain, and other protocols such as FTP and SFTP are routed through DNS.

Data Source Schema

Required

PropertyDescription
id
Int64
Site subdomain redirect ID.

Read Only

PropertyDescription
subdomain
String
Files.com subdomain that continues to route to the current site subdomain.
created_at
String
When this redirect was created.
updated_at
String
When this redirect was last updated.

Example Data Source

data "files_site_subdomain_redirect" "example_site_subdomain_redirect" {
  id = 1
}