Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 842 Bytes

service_offering.html.markdown

File metadata and controls

33 lines (24 loc) · 842 Bytes
layout page_title sidebar_current description
cloudstack
Cloudstack: cloudstack_service_offering
docs-cloudstack-cloudstack_service_offering
Gets information about cloudstack service offering.

cloudstack_service_offering

Use this datasource to get information about a service offering for use in other resources.

Example Usage

    data "cloudstack_service_offering" "service-offering-data-source"{
    filter{
    name = "name"
    value = "TestServiceUpdate"
    }  
  }

Argument Reference

  • filter - (Required) One or more name/value pairs to filter off of. You can apply filters on any exported attributes.

Attributes Reference

The following attributes are exported:

  • name - The name of the service offering.
  • display_text - An alternate display text of the service offering.