I want to:
I want to take the section in the YAML that looks like this:
compute:
instance:
a2-highgpu-1g:
I want to take all the nested pricing information underneath that associated with this instance type:
africa-south1:
hour: 4.80478794
hour_spot: 1.441435835
month: 3507.4951962
month_1y: 2209.6977798
month_3y: 1227.64575595
month_spot: 1052.24815955
asia-east1:
hour: 3.790142
hour_spot: 1.1020155
month: 2766.80366
month_1y: 1743.0630772
month_3y: 968.40125307
month_spot: 804.471315
asia-east2:
hour: 4.722993526
hour_spot: 1.6971431
month: 3447.78527398
month_1y: 2193.10615949
month_3y: 1201.42172943
month_spot: 1238.914463
Then I want to display those as rows underneath the machine type.
I want to:
For example:
I want to take the section in the YAML that looks like this:
compute:
instance:
a2-highgpu-1g:
I want to take all the nested pricing information underneath that associated with this instance type:
africa-south1:
hour: 4.80478794
hour_spot: 1.441435835
month: 3507.4951962
month_1y: 2209.6977798
month_3y: 1227.64575595
month_spot: 1052.24815955
asia-east1:
hour: 3.790142
hour_spot: 1.1020155
month: 2766.80366
month_1y: 1743.0630772
month_3y: 968.40125307
month_spot: 804.471315
asia-east2:
hour: 4.722993526
hour_spot: 1.6971431
month: 3447.78527398
month_1y: 2193.10615949
month_3y: 1201.42172943
month_spot: 1238.914463
Then I want to display those as rows underneath the machine type.