Skip to content

Commit 6478993

Browse files
committed
docs: missing quote in v1.12 docs
1 parent 3fc7cde commit 6478993

File tree

1 file changed

+1
-1
lines changed
  • content/terraform/v1.12.x/docs/language/import

1 file changed

+1
-1
lines changed

content/terraform/v1.12.x/docs/language/import/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import {
8484
id = "i-abcd1234"
8585
}
8686
87-
resource "aws_instance" "example {
87+
resource "aws_instance" "example" {
8888
count = 2
8989
#. . .
9090
}

0 commit comments

Comments
 (0)