Hi,
I’m trying to use hcl2 langage to create an openstack image. But after few research on the web I haven’t been able to translate this part:
{
"source_image_filter": {
"filters": {
"name": "ubuntu-16.04",
"visibility": "protected",
"owner": "d1a588cf4b0743344508dc145649372d1",
"tags": ["prod", "ready"],
"properties": {
"os_distro": "ubuntu"
}
},
"most_recent": true
}
}
into a hcl2 code