5 lines
69 B
Terraform
5 lines
69 B
Terraform
|
data "openstack_compute_flavor_v2" "b2c2r4" {
|
||
|
name = "b2.c2r4"
|
||
|
}
|
||
|
|