github.com/opentofu/opentofu@v1.7.1/internal/tofu/testdata/validate-computed-module-var-ref/dest/main.tf (about)

     1  variable "destin" { }
     2  
     3  resource "aws_instance" "dest" {
     4    attr = "${var.destin}"
     5  }