aboutsummaryrefslogtreecommitdiffstats
path: root/openlab/modules/kubernetes/rancher/versions.tf
blob: 6ea1b36cf66ec3c620362fb8523048087e9fa1d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
terraform {
  required_providers {
    local = {
      source = "hashicorp/local"
    }
    null = {
      source = "hashicorp/null"
    }
    rke = {
      source = "registry.terraform.io/rancher/rke"
    }
    openstack = {
      source = "terraform-providers/openstack"
    }
  }
  required_version = ">= 0.13"
}