Skip to content

Commit 97db0d8

Browse files
Mention the Terraform JSON Configuration Syntax (#181)
* Mention the Terraform JSON Configuration Syntax Should fix #180 * Add missing underscore * Restyled by prettier-markdown Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 31b0d85 commit 97db0d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ resource "iterative_machine" "machine" {
146146
</p>
147147
</details>
148148

149+
💡 _Alternatively, you can use the
150+
[JSON Terraform Configuration Syntax](https://www.terraform.io/docs/language/syntax/json.html)
151+
instead of the default
152+
[HCL](https://www.terraform.io/docs/language/syntax/configuration.html) syntax._
153+
149154
3. Launch it!
150155

151156
```sh

0 commit comments

Comments
 (0)