mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 09:11:18 +00:00
Historically, we only support one Terraform configuration, through the "openstack-tf" infraclass. With these changes, we support multiple Terraform configurations, including (at this point) "openstack" and "oci" (Oracle Cloud). Existing infra files that use INFRACLASS=openstack-tf should be changed as follows: INFRACLASS=terraform TERRAFORM=openstack
8 lines
85 B
HCL
8 lines
85 B
HCL
variable "prefix" {
|
|
type = string
|
|
}
|
|
|
|
variable "how_many_nodes" {
|
|
type = number
|
|
}
|