terraform/config/testdata/data-source-arity-mistake.tf

4 lines
49 B
HCL

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