We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 059a06e + 6478993 commit 9d15d3cCopy full SHA for 9d15d3c
content/terraform/v1.12.x/docs/language/import/index.mdx
@@ -84,7 +84,7 @@ import {
84
id = "i-abcd1234"
85
}
86
87
-resource "aws_instance" "example {
+resource "aws_instance" "example" {
88
count = 2
89
#. . .
90
content/terraform/v1.13.x/docs/language/import/index.mdx
@@ -89,7 +89,7 @@ import {
91
92
93
94
95
0 commit comments