mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-18 11:12:23 +03:00
1f36df666d
* Update fedora35 vagrant box url * Update Terraform to 1.3.7 * Update Vagrant to 2.3.4
9 lines
153 B
Terraform
9 lines
153 B
Terraform
terraform {
|
|
required_providers {
|
|
openstack = {
|
|
source = "terraform-provider-openstack/openstack"
|
|
}
|
|
}
|
|
required_version = ">= 1.3.0"
|
|
}
|