opentofu/config/test-fixtures/data-source-arity-mistake.tf
Martin Atkins 860140074f config: Data source loading
This allows the config loader to read "data" blocks from the config and
turn them into DataSource objects.

This just reads the data from the config file. It doesn't validate the
data nor do anything useful with it.
2016-05-14 08:26:35 -07:00

4 lines
49 B
HCL

# I forgot the data source name!
data "null" {
}