Merge pull request #3800 from joegross/bugfix/closing-quote
docs: add closing quote
This commit is contained in:
commit
89a2734d07
|
@ -186,7 +186,7 @@ And access them via `lookup()`:
|
|||
|
||||
```
|
||||
output "ami" {
|
||||
value = "${lookup(var.amis, var.region)}
|
||||
value = "${lookup(var.amis, var.region)}"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue