17 lines
276 B
JSON
17 lines
276 B
JSON
{
|
|
"bar": {
|
|
"foo": {
|
|
"name": "terraform_example",
|
|
"ingress": [
|
|
{
|
|
"from_port": 22
|
|
},
|
|
{
|
|
"from_port": 80
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
|