blob: c248a7c3316ad27ef3b52b3981dc68959e952a4a [file] [log] [blame]
variable "foo" {
sensitive = true
default = "foo"
}
data "null_data_source" "testing" {
foo = var.foo
}