Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 4871241b authored by David Parimucha's avatar David Parimucha
Browse files

Merge branch 'fix-optimize' into 'main'

k8s version variable

See merge request !5
parents 0936a75e 8673f97f
Branches main
1 merge request!5k8s version variable
......@@ -3,6 +3,7 @@ resource "ovh_cloud_project_kube" "this" {
name = var.k8s-project-name
region = var.k8s-project-region
private_network_id = var.k8s-project-network-openstackid
version = var.k8s-project-version
private_network_configuration {
default_vrack_gateway = var.k8s-project-default-vrack-gateway
......
......@@ -35,6 +35,11 @@ variable "k8s-project-region" {
type = string
}
variable "k8s-project-version" {
description = "Version of deployed k8s"
type = string
}
variable "k8s-project-network-openstackid" {
description = "Network openstack ID for this k8s instance"
type = string
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment