Back to Yugabyte Db

Inst

docs/layouts/_shortcodes/inst.html

2026.1.0.0-b25338 B
Original Source

{{- $instance := .Get 0 -}} {{- $cloud := "aws" -}} {{- if strings.Contains $instance "-" -}} {{- $cloud = "gcp" -}} {{- else if strings.Contains $instance "_" -}} {{- $cloud = "azure" -}} {{- end -}} {{- $query := printf "%s %s" $cloud $instance}} {{$instance}}