fix small typo

This commit is contained in:
Tim Schrumpf
2020-12-03 16:05:19 +01:00
committed by GitHub
parent 2c2ed53ff3
commit e102465e91

View File

@@ -122,7 +122,7 @@ output "out" {
output "a" {
value = "secret"
sensitive = true"
sensitive = true
}
```