fastly_tls_configuration

Use this data source to get the ID of a TLS configuration for use with other resources.

Example Usage

data "fastly_tls_configuration" "example" {
  default = true
}

resource "fastly_tls_activation" "example" {
  configuration_id = data.fastly_tls_configuration.example.id
  // ...
}

Schema

Optional

Read-Only

Nested Schema for dns_records

Read-Only: