Skip to content

kupe_plan

Reads a Kupe Cloud plan by name.

data "kupe_plan" "pro" {
name = "pro"
}
  • name (String) Plan name to look up.
  • display_name (String) Human-readable plan name.
  • max_clusters (Number) Maximum number of clusters allowed on the plan.
  • platform_fee (String) Base monthly platform fee for the plan.