github.com/graywolf-at-work-2/terraform-vendor@v1.4.5/internal/terraform/testdata/apply-data-sensitive/main.tf (about) 1 variable "foo" { 2 sensitive = true 3 default = "foo" 4 } 5 6 data "null_data_source" "testing" { 7 foo = var.foo 8 }