github.com/hashicorp/hcl v1.0.0
This commit is contained in:
10
vendor/github.com/hashicorp/hcl/README.md
generated
vendored
10
vendor/github.com/hashicorp/hcl/README.md
generated
vendored
@@ -103,6 +103,16 @@ variable "ami" {
|
||||
description = "the AMI to use"
|
||||
}
|
||||
```
|
||||
This would be equivalent to the following json:
|
||||
``` json
|
||||
{
|
||||
"variable": {
|
||||
"ami": {
|
||||
"description": "the AMI to use"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Thanks
|
||||
|
||||
|
||||
Reference in New Issue
Block a user