layout | page_title | sidebar_current | description |
---|---|---|---|
cloudstack |
Cloudstack: cloudstack_service_offering |
docs-cloudstack-cloudstack_service_offering |
Gets information about cloudstack service offering. |
Use this datasource to get information about a service offering for use in other resources.
data "cloudstack_service_offering" "service-offering-data-source"{
filter{
name = "name"
value = "TestServiceUpdate"
}
}
filter
- (Required) One or more name/value pairs to filter off of. You can apply filters on any exported attributes.
The following attributes are exported:
name
- The name of the service offering.display_text
- An alternate display text of the service offering.