Update day59.md

Replaced ":" with "=" in variable block.
This commit is contained in:
Devarsh 2022-12-25 21:59:32 +05:30 committed by GitHub
parent 7faf029c7d
commit 3f43d8f44c
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
}