blob: 71430b97d09367f61a5a2142e9ff0c39eaf4f2ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"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}}",
{{resource_version}}
"tenants": {
"tenant": [{
"tenant-id": "{{tenant_id}}",
"tenant-name": "{{tenant_name}}"
}]
}
}
|