github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/with_verify_module/verify/main.tf (about) 1 variable "id" { 2 type = string 3 } 4 5 data "test_data_source" "resource_data" { 6 id = var.id 7 } 8 9 resource "test_resource" "another_resource" { 10 id = "hi" 11 }