diff --git a/docs/deployment-manifests-part-1.md b/docs/deployment-manifests-part-1.md index f5a7511..0f6d401 100644 --- a/docs/deployment-manifests-part-1.md +++ b/docs/deployment-manifests-part-1.md @@ -157,7 +157,11 @@ Each BOSH director has a Cloud Config specification. We can download and view a bosh cloud-config ``` -There are several areas of configuration but for now let's look at one - `vm_type` - the specification of the size of servers. An example of a `bosh cloud-config` for GCP might look like: +Cloud Config configuration hierarchy is quite rich. For now let's look at server resource specifications referred to as `vm_types`. + +Several examples of Cloud Config `vm_types` sections for popular cloud infrastructures are presented below: + +* GCP: ```yaml vm_types: @@ -168,7 +172,7 @@ vm_types: root_disk_type: pd-ssd ``` -For Amazon EC2 it might include: +* Amazon EC2: ```yaml vm_types: @@ -179,7 +183,7 @@ vm_types: size: 20_000 ``` -For vSphere it might include: +* vSphere: ```yaml vm_types: