foreman_computeprofile¶
Foreman representation of a compute profile.
Example Usage¶
# Autogenerated example with required keys
data "foreman_computeprofile" "example" {
name = "2-Medium"
}
Argument Reference¶
The following arguments are supported:
name- (Required) Compute profile name.
Attributes Reference¶
The following attributes are exported:
compute_attributes- List of compute attributesname- Compute profile name.