github.com/kanishk98/terraform@v1.3.0-dev.0.20220917174235-661ca8088a6a/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 }