selectel_mks_feature_gates_v1
selectel_mks_feature_gates_v1
For your information
This instruction is a copy of the Selectel Terraform provider's documentation in the Terraform Registry.
Provides a list of available feature gates. For more information about feature gates in Managed Kubernetes, see the official Selectel documentation.
Example Usage
data "selectel_mks_feature_gates_v1" "fg" {
project_id = selectel_vpc_project_v2.project_1.id
region = "ru-3"
}
Argument Reference
-
project_id
— (Required) Unique identifier of the associated project. Retrieved from the selectel_vpc_project_v2 resource. Learn more about Projects. -
region
— (Required) Pool where the cluster is located, for example,ru-3
. -
filter
— (Optional) Values to filter available feature gates:kube_version
— (Optional) Kubernetes version for which you get available feature gates.
Attributes Reference
-
feature_gates
— List of available feature gates.-
kube_version
— Kubernetes version. -
names
— Names of the feature gates available for the specified version.
-