terraform-github-rke2-download/versions.tf

18 lines
320 B
HCL

terraform {
required_version = ">= 1.5.0"
required_providers {
github = {
source = "integrations/github"
version = ">= 5.32.0"
}
local = {
source = "hashicorp/local"
version = ">= 2.4.0"
}
null = {
source = "hashicorp/null"
version = ">= 3.2.0"
}
}
}