equinix_fabric_market_place_subscription (Data Source)
Fabric V4 API compatible data resource that allow user to fetch Marketplace Subscription detail for a given UUID
Example Usage
data "equinix_fabric_market_place_subscription" "subscription-test" {
uuid = "<uuid_of_marketplace_subscription>"
}
output "id" {
value = data.equinix_fabric_market_place_subscription.subscription-test.id
}
output "status" {
value = data.equinix_fabric_market_place_subscription.subscription-test.status
}
output "marketplace" {
value = data.equinix_fabric_market_place_subscription.subscription-test.marketplace
}
output "offer_type" {
value = data.equinix_fabric_market_place_subscription.subscription-test.offer_type
}
output "is_auto_renew" {
value = data.equinix_fabric_market_place_subscription.subscription-test.is_auto_renew
}
Schema
Required
uuid(String) Equinix-assigned marketplace identifier
Read-Only
entitlements(List of Object) Subscription entitlements (see below for nested schema)href(String) Subscription URI informationid(String) The ID of this resource.is_auto_renew(Boolean) Information about subscription auto renewalmarketplace(String) Marketplace like; AWS, GCP, AZURE, REDHAToffer_type(String) Marketplace Offer Type like; PUBLIC, PRIVATE_OFFERstatus(String) Subscription Status like; ACTIVE, EXPIRED, CANCELLED, GRACE_PERIODtrial(Set of Object) Subscription Trial (see below for nested schema)
Nested Schema for entitlements
Read-Only:
asset(Set of Object) (see below for nested schema)quantity_available(Number)quantity_consumed(Number)quantity_entitled(Number)uuid(String)
Nested Schema for entitlements.asset
Read-Only:
package(Set of Object) (see below for nested schema)type(String)
Nested Schema for entitlements.asset.package
Read-Only:
code(String)
Nested Schema for trial
Read-Only:
enabled(Boolean)