mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-08 23:23:59 -06:00
ed9b8f91cf
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"
|
|
}
|
|
}
|