mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Data sources with non-computed configurations should be read during the refresh walk. This test ensures that this remains true.
6 lines
72 B
HCL
6 lines
72 B
HCL
data "null_data_source" "testing" {
|
|
inputs = {
|
|
test = "yes"
|
|
}
|
|
}
|