github.com/hashicorp/terraform-plugin-sdk@v1.17.2/terraform/testdata/new-variables/main.tf (about)

     1  variable "foo" {}
     2  variable "bar" {
     3      default = "baz"
     4  }