Update day59.md
Replaced ":" with "=" in variable block.
This commit is contained in:
parent
7faf029c7d
commit
3f43d8f44c
@ -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
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user