Merge pull request #266 from devarsh10/patch-7

Update day59.md
This commit is contained in:
Michael Cade 2022-12-28 13:41:44 +00:00 committed by GitHub
commit 8b2cca5cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ We have also mentioned that the state file will contain sensitive information. W
```
variable "some resource" {
description = "something important"
type: string
type= string
sensitive = true
}