Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'include: dns_records' to TLS configuration by ID lookup in data …
…source (#392) It was missing and dns_records weren't populated when using data "fastly_tls_configuration" "configuration_by_id" { id = data.fastly_tls_configuration.default_configuration.id } but they were populated when using any other search filter. This was because the lookup by ID used the GetCustomTLSConfiguration call in go-fastly whereas the others used ListCustomTLSConfigurations and filtered them locally. Therefore the former call was missing the required flag.
- Loading branch information