blob: 95b2525c096721ad675ccf68169c7c91cde48ad2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"cloud-owner": "${cloud_owner}",
"cloud-region-id": "${cloud_region_id}",
"cloud-type": "${cloud_type}",
"owner-defined-type": "${owner_defined_type}",
"cloud-region-version": "${cloud_region_version}",
"cloud-zone": "${cloud_zone}",
"tenants": {
"tenant": [{
"tenant-id": "${tenant_id}",
"tenant-name": "${tenant_name}"
}]
}
}
|