10 lines
230 B
HCL
10 lines
230 B
HCL
terraform {
|
|
required_providers {
|
|
openstack = {
|
|
source = "terraform-provider-openstack/openstack"
|
|
version = "~> 1.17"
|
|
}
|
|
}
|
|
experiments = [module_variable_optional_attrs]
|
|
required_version = ">= 0.14.0"
|
|
}
|