Fix generated configuration example syntax in docs

pull/34084/head
Kazuma Watanabe 3 years ago committed by GitHub
parent 8cb37901ee
commit 1ed6191776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ Terraform has generated configuration and written it to generated.tf. Please rev
The example above instructs Terraform to generate configuration in a file named `generated.tf`. The below code is an example of a `generated.tf` file.
```hcl
resource aws_iot_thing "bar" {
resource "aws_iot_thing" "bar" {
name = "foo"
}
```

Loading…
Cancel
Save