infrastructure-as-code/openstack-tf/d4s-production/smart-executor/provider.tf

4 lines
52 B
Terraform
Raw Normal View History

provider "openstack" {
2023-12-07 18:06:05 +01:00
cloud = "d4s-production"
}