|
@@ -370,7 +370,6 @@ func (gcp *GCP) parsePage(r io.Reader, inputKeys map[string]Key, pvKeys map[stri
|
|
|
candidateKey := region + "," + "pdstandard"
|
|
candidateKey := region + "," + "pdstandard"
|
|
|
if _, ok := pvKeys[candidateKey]; ok {
|
|
if _, ok := pvKeys[candidateKey]; ok {
|
|
|
Cost: strconv.FormatFloat(hourlyPrice, 'f', -1, 64),
|
|
Cost: strconv.FormatFloat(hourlyPrice, 'f', -1, 64),
|