github.com/opentofu/opentofu@v1.7.1/internal/command/testdata/test/refresh_only/main.tf (about)

     1  variable "input" {}
     2  
     3  resource "test_resource" "foo" {
     4    value = var.input
     5  }