DEBSOURCES
Skip Quicknav
sources / golang-github-hashicorp-terraform-config-inspect / 0.0~git20230614.f32df32-2 / tfconfig / testdata / variable-sensitive / variable-sensitive.tf
12345678910
variable "A" { default = "A default" } variable "B" { default = "B default" sensitive = true } resource "null_resource" "A" {}