This commit is contained in:
clint shryock 2017-01-10 11:06:51 -06:00
parent d8e8f13fd7
commit 6bafd4c896
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ type Schema struct {
// Sensitive ensures that the attribute's value does not get displayed in
// logs or regular output. It should be used for passwords or other
// secret fields. Futrure versions of Terraform may encrypt these
// secret fields. Future versions of Terraform may encrypt these
// values.
Sensitive bool
}