mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
add closing quote
This commit is contained in:
parent
91aeba48ff
commit
a727b0c415
@ -186,7 +186,7 @@ And access them via `lookup()`:
|
|||||||
|
|
||||||
```
|
```
|
||||||
output "ami" {
|
output "ami" {
|
||||||
value = "${lookup(var.amis, var.region)}
|
value = "${lookup(var.amis, var.region)}"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user