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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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