openstack_lb_flavor_v2
This instruction is an adapted copy of the official OpenStack Terraform provider documentation in the Terraform Registry.
Use this data source to get the ID of an OpenStack Load Balancer flavor.
Example Usage
data "openstack_loadbalancer_flavor_v2" "flavor_1" {
name = "AMPH1.SNGL.2-1024"
}
Argument Reference
The following arguments are supported:
-
region
— (Optional) The region in which to obtain the V2 Load Balancer client. If omitted, theregion
argument of the provider is used. -
flavor_id
— (Optional) The ID of the flavor. Exactly one ofname
,flavor_id
is required to be set. -
name
— (Optional) The name of the flavor. Exactly one ofname
,flavor_id
is required to be set.
Attributes Reference
id
is set to the ID of the found flavor. In addition, the following attributes
are exported:
-
name
— The name of the flavor. -
description
— The description of the flavor. -
flavor_id
— The ID of the flavor. -
flavor_profile_id
— The ID of the flavor profile. -
enabled
— Is the flavor enabled.